History log of /PHP-7.3/ext/standard/array.c (Results 476 – 500 of 848)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_2_3, php-5.2.5
# 7f0ad5c1 06-Nov-2007 Jani Taskinen

MFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)


# 35ab31e7 05-Nov-2007 Ilia Alshanetsky

Fixed bug #43197 (array_intersect_assoc() does not emit warning messages for
error inputs)


# b4892511 02-Nov-2007 Jani Taskinen

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* func

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* functions
. Improvements to debugging info in var_dump/print_r
# I propably forgot already something but this all was pretty close tied
# to each other so it wasn't possible to do it in parts.

show more ...


Revision tags: php-5.2.5RC2
# 2d8dc07e 31-Oct-2007 Jani Taskinen

MFH: fix typo


Revision tags: php-5.2.5RC1
# 3fa7ec85 18-Oct-2007 Scott MacVicar

Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument)


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 1297fa1b 02-Oct-2007 Antony Dovgal

MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there


# 27e8fa0d 01-Oct-2007 Jani Taskinen

MFH: sync (adds php_prefix_varname() API function)


# 24c806c4 22-Sep-2007 Ilia Alshanetsky

Fixed memory leak inside array_intersec (coverity issues #403,#404)


# 91e8740f 22-Sep-2007 Ilia Alshanetsky

Fixed memory leak inside array_diff() (coverity issues #401,#402)


# 43cc8937 21-Sep-2007 Antony Dovgal

MFH: plug leak on error (coverity issue #405)


# 9ee4848c 21-Sep-2007 Dmitry Stogov

Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().


# 8d377a69 20-Sep-2007 Dmitry Stogov

Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# c4be8ab8 10-Aug-2007 Jani Taskinen

- Fix the fix for bug #42233


# 0d5dd882 08-Aug-2007 Jani Taskinen

- Fixed bug #42233 (Problems with æøå in extract()).


Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 67a2cca9 24-Jun-2007 Ilia Alshanetsky

Fixed bug #41685 (array_push() fails to warn when next index is already
occupied).


# 24bdf0e3 18-Jun-2007 Ilia Alshanetsky

Fixed bug #41686 (Omitting length param in array_slice not possible).


# 03b0a479 05-Jun-2007 Antony Dovgal

fix folding


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# c34806e1 19-Apr-2007 Ilia Alshanetsky

Fixed bug #41121 (range() overflow handling for large numbers on 32bit
machines).


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 16fc9585 18-Mar-2007 Wez Furlong

fixes #40848


# 90eff544 16-Mar-2007 Stanislav Malyshev

Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)


# 1ac71c4f 04-Mar-2007 Ilia Alshanetsky

Fixed bug #40709 (array_reduce() behaves strange with one item stored
arrays).


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4
# 2c36778e 22-Jan-2007 Antony Dovgal

MFH: fix #40191 (use of array_unique() with objects triggers segfault)


Revision tags: php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 5bf3df53 17-Dec-2006 Brian Shire

Fixed bug #30074
extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1, affecting subsequent usage
Added test


1...<<11121314151617181920>>...34