History log of /PHP-7.3/ext/standard/array.c (Results 451 – 475 of 848)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 77976956 02-Jun-2008 Antony Dovgal

fix uninitialized variable


# c1126cc5 30-May-2008 Matt Wilmas

MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
- Also, use new hash_quick_del function where

MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
- Also, use new hash_quick_del function where possible

show more ...


# 7da75d81 27-May-2008 Matt Wilmas

MFH: Add array_init_size() and use it where array size is known at initialization


# d90f689d 18-May-2008 Felipe Pena

- Making compatible with 64bit plataform


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1
# 76335110 04-May-2008 Antony Dovgal

fix compile warnings


Revision tags: php-5.2.6
# 2ecf4bb0 29-Apr-2008 Dmitry Stogov

Lazy EG(active_symbol_table) initialization


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# eea093b4 12-Mar-2008 Felipe Pena

MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...)


Revision tags: php-5.2.6RC2, php-5.2.6RC1
# f7078d46 22-Feb-2008 Felipe Pena

Fixed Bug #44212 (array_diff_assoc not reporting missing arguments)


Revision tags: RELEASE_1_3_1
# 0970b9f5 15-Feb-2008 Antony Dovgal

MFH: recursion protection in count()


# aefe0569 14-Feb-2008 Felipe Pena

MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc)


# 4de1e20f 14-Feb-2008 Dmitry Stogov

Fixed memory leak


# ea3a6ed1 12-Feb-2008 Felipe Pena

array_slice() - Fixed behavior when NULL is given in third parameter (BC)


# 038696fe 11-Feb-2008 Antony Dovgal

MFH


# 6e9ef8e3 05-Feb-2008 Ilia Alshanetsky

Fixed bug #44046 (crash inside array_slice() function with an invalid
by-ref offset).


# 382f1ddd 29-Jan-2008 Dmitry Stogov

Fixed bug #43505 (Assign by reference bug)


# 183ed5b6 29-Jan-2008 Antony Dovgal

MFH: fix #43596 (array_slice(): $length arg ignored when it is 0)


# 90f168de 25-Jan-2008 Rob Richards

MFH: fix zts build


# 2907ae9d 25-Jan-2008 Antony Dovgal

MFH: endless loop (and stack overflow) protection in compact()


# 67c8d8d9 23-Jan-2008 Antony Dovgal

MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values)
patch by Felipe


# 82874e09 14-Jan-2008 Brian Shire

MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1
# 9a4de086 11-Dec-2007 Jani Taskinen

MFH: - Fixed bug #43541


# 98bfa2ac 05-Dec-2007 Ilia Alshanetsky

Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays)


# 7192e8af 03-Dec-2007 Ilia Alshanetsky

MFB: Fixed bug #43482 (array_pad() does not warn on very small pad
numbers).


# 7cf9dcc8 25-Nov-2007 Ilia Alshanetsky

Fixed bug #43386 (array_globals not reset to 0 properly on init)


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