395 Commits (5cd01fa48ba8c2876e6a1cbffe5c2689650ca420)

Author SHA1 Message Date
Moriyoshi Koizumi 9ebb304ed5 - MFH: Roll it back. 17 years ago
Etienne Kneuss c94580895f Fix #48224 (Remove incorrect shuffle) 17 years ago
Andrei Zmievski c2d0db2a3a Revert bogus fix for #47370. 17 years ago
Moriyoshi Koizumi d719c020e6 * MFH: Fix bug #47370 (BC breakage of array_unique()) 17 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Arnaud Le Blanc e27731f3db MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) 17 years ago
Felipe Pena 99e6a560dc - Fixed BC in array_unique (HASH_OF stuff), warning and CS in another part 17 years ago
Andrei Zmievski 844799cfd5 MFH 17 years ago
Arnaud Le Blanc 22f994ad4e MFH: Fixed bugs #44181 & #44182 (extract() and references) 18 years ago
Dmitry Stogov 764f6144d3 Fixed bug #45312 (Segmentation fault on second request for array functions). 18 years ago
Matt Wilmas b3abcd8a34 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) 18 years ago
Felipe Pena 0f3bde23fd - MFB: Making compatible with 64bit platform 18 years ago
Felipe Pena 69663666c1 Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...) 18 years ago
Felipe Pena 5db9cbbc40 MFB: Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values) 18 years ago
Antony Dovgal e3189410c4 MFH: recursion protection in count() 18 years ago
Felipe Pena a69ea8773d Fixed Bug #42838 (Wrong results in array_diff_uassoc) 18 years ago
Dmitry Stogov 8448591096 Fixed memory leak 18 years ago
Felipe Pena d1f536595e MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC) 18 years ago
Ilia Alshanetsky 5b0fbbefe1 MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid 18 years ago
Dmitry Stogov e4782cddf4 Fixed bug #43505 (Assign by reference bug) 18 years ago
Brian Shire 751b0807b1 MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky f6829cf90f MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive 19 years ago
Ilia Alshanetsky 32463e7af9 Fixed bug #43482 (array_pad() does not warn on very small pad numbers). 19 years ago
Ilia Alshanetsky 947cebee3c MFB: Fixed bug #43386 (array_globals not reset to 0 properly on init) 19 years ago
Jani Taskinen df35a307cc MFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input) 19 years ago
Jani Taskinen 171184b64d MFH: fix typo 19 years ago
Scott MacVicar 3e47b3cb7b MFB53: Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument) 19 years ago
Jani Taskinen 1be447eb95 MFH: Removed ending dots from error messages 19 years ago
Antony Dovgal 63b3528cb1 improved recursion detection in array_walk() 19 years ago
Ilia Alshanetsky 24c806c41b Fixed memory leak inside array_intersec (coverity issues #403,#404) 19 years ago
Ilia Alshanetsky 91e8740fe4 Fixed memory leak inside array_diff() (coverity issues #401,#402) 19 years ago
Antony Dovgal 43cc8937b2 MFH: plug leak on error (coverity issue #405) 19 years ago
Dmitry Stogov 9ee4848c3f Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). 19 years ago
Dmitry Stogov 8d377a698a Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements) 19 years ago
Jani Taskinen c4be8ab831 - Fix the fix for bug #42233 19 years ago
Jani Taskinen 0d5dd8829b - Fixed bug #42233 (Problems with æøå in extract()). 19 years ago
Ilia Alshanetsky 67a2cca930 Fixed bug #41685 (array_push() fails to warn when next index is already 19 years ago
Ilia Alshanetsky 24bdf0e368 Fixed bug #41686 (Omitting length param in array_slice not possible). 19 years ago
Antony Dovgal 03b0a479dd fix folding 19 years ago
Ilia Alshanetsky c34806e145 Fixed bug #41121 (range() overflow handling for large numbers on 32bit 19 years ago
Wez Furlong 16fc958508 fixes #40848 19 years ago
Stanislav Malyshev 90eff54400 Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser) 19 years ago
Ilia Alshanetsky 1ac71c4fe9 Fixed bug #40709 (array_reduce() behaves strange with one item stored 19 years ago
Antony Dovgal 2c36778e47 MFH: fix #40191 (use of array_unique() with objects triggers segfault) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Brian Shire 5bf3df531f Fixed bug #30074 20 years ago
Ilia Alshanetsky e64cb1ae4d Optimize extract() 20 years ago
Antony Dovgal df1a1c8441 MFH: fix #39576 (array_walk() doesn't separate userdata zval) 20 years ago
Antony Dovgal eca1911b72 fix leak, add test 20 years ago