History log of /PHP-8.1/ext/standard/array.c (Results 901 – 925 of 1077)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6df2b90c 01-Aug-2002 foobar

Reset index when doing array_pop()

# 06b3dd12 01-Aug-2002 foobar

Nuke compile warning.

# 9d62cd7d 01-Aug-2002 foobar

- Removed the DOS line endings
- Changed the '//' comment (this is C, not C++) to /* */
# Brad, use some editor which works..

# 4f5bd6b7 01-Aug-2002 Brad LaFountain

made array_shift re-index like it did before previous fix

# 9fe39b96 31-Jul-2002 foobar

Reverted the patch..it breaks the original behaviour of at least array_shift.

# 70fb7443 30-Jul-2002 Brad LaFountain

fixed bugs 16063 and 16068
increased preformance of array_pop and array_shift

Revision tags: php-4.2.2
# 392a452c 08-Jul-2002 Derick Rethans

Silence warning

# cc920570 08-Jul-2002 Derick Rethans

Unify error messages

# 7faa6699 08-Jul-2002 Derick Rethans

- Fix for bug #14580: Made key() binary safe

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 1bf9b3d7 29-Jun-2002 Derick Rethans

- Fix for bug #17654

# 78538322 18-Jun-2002 Stig Venaas

Made array_unique() always keep the first occurrences of duplicates,
making the behavior easier to understand, and maybe more useful.

# df226a54 18-Jun-2002 Jan Lehnardt

- WS-fixes

Revision tags: php-4.3.0dev, php5_5_0
# a8de8ec9 10-Jun-2002 Jan Lehnardt

- whitespace fix

# 8e195556 10-Jun-2002 Harald Radi

fix the build

# 7f4c12b0 10-Jun-2002 Andrei Zmievski

Fix bug #7045: shuffle() now provides consistent distribution of values
in the array.

Revision tags: RELEASE_0_90
# e7ab5766 03-Jun-2002 Edin Kadribasic

Fixed array_rand() on ZTS platforms.
@- Fixed array_rand() on thread-safe platforms such as Windows. (Edin)

Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1
# 1668570e 13-May-2002 Andrei Zmievski

Changing email address.

Revision tags: php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 5ff970ba 24-Apr-2002 Andrei Zmievski

Fix Bug #14795.

# 4fc01022 24-Apr-2002 Andrei Zmievski

Fix unwanted type conversion in array_merge_recursive (Bug #14990).

Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 6adb3300 12-Mar-2002 Sebastian Bergmann

Fix TSRMLS_CC.

# e953dba0 12-Mar-2002 Yasuo Ohgaki

Make use of TSRMLS_C/D

# bb685a40 01-Mar-2002 Zeev Suraski

Fix php_splice() to work with large values

Revision tags: php-4.1.2
# 284eaf34 05-Feb-2002 Andi Gutmans

- Add TSRMLS_FETCH()'s needed for the new object overloading in ZE2.

Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 441c583a 01-Feb-2002 Andrei Zmievski

Converted extract() to use smart_str for variable name manipulation. This
sped it up a bit.

# 0d139d3c 25-Jan-2002 Rasmus Lerdorf

(extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
@- Added EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags to extract()
@ EXTR_IF_EXISTS only extracts a variable if it already exi

(extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
@- Added EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags to extract()
@ EXTR_IF_EXISTS only extracts a variable if it already exists
@ EXTR_PREFIX_IF_EXISTS only extracts the variable if it exists and
@ then it prepends the prefix to it. ie. if $PATH exists then
@ extract($_ENV,EXTR_PREFIX_IF_EXISTS,'e') would result in $e_PATH
@ This lets you do $a = $b = $c = true; extract($_REQUEST,EXTR_IF_EXISTS);
@ and you only get the global request variables you have defined imported
@ into your symbol table. (Rasmus)

show more ...

1...<<31323334353637383940>>...44