447 Commits (ba05723fd95aa2eace6ac24feaba89781d8a6ffb)

Author SHA1 Message Date
Felipe Pena 8ae1faf517 MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...) 18 years ago
Felipe Pena 33c6806efe Fixed Bug #44212 (array_diff_assoc not reporting missing arguments) 18 years ago
Antony Dovgal 97385e1dca recursion protection in count() 18 years ago
Felipe Pena 0f9a030d87 MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc) 18 years ago
Dmitry Stogov 7412aae873 Fixed memory leak 18 years ago
Felipe Pena fd18a414a0 MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC) 18 years ago
Antony Dovgal 1d540b4255 this is integer, not pointer 18 years ago
Ilia Alshanetsky 4545b5bf25 MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid 18 years ago
Dmitry Stogov 5d1e742056 Fixed bug #43505 (Assign by reference bug) 18 years ago
Antony Dovgal 251e3a649d fix #43596 (array_slice(): $length arg ignored when it is 0) 18 years ago
Rob Richards 9f3efb0e5a fix zts build 18 years ago
Antony Dovgal c98b4a5c68 endless loop (and stack overflow) protection in compact() 18 years ago
Antony Dovgal f6169ad7ca fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values) 18 years ago
Brian Shire e643a40051 Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Jani Taskinen b6a2755df3 - Fixed bug #43541 (array_slice() length parameter messed up) 18 years ago
Ilia Alshanetsky 40226917ab MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive 19 years ago
Ilia Alshanetsky 678c532eee MFB: Fixed bug #43482 (array_pad() does not warn on very small pad 19 years ago
Ilia Alshanetsky a204180d64 MFB : Fixed bug #43386 (array_globals not reset to 0 properly on init) 19 years ago
Jani Taskinen a27600b42a - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input) 19 years ago
Ilia Alshanetsky 4f539c9a28 MFB: Fixed bug #43197 (array_intersect_assoc() does not emit warning 19 years ago
Jani Taskinen 6820ea643d - WS + CS and namespace protection 19 years ago
Antony Dovgal 02188d66c4 fix typo and silence compile warning 19 years ago
Jani Taskinen 1c47fc23df - Fix the fix for bug #41686 19 years ago
Jani Taskinen 231fcedd03 MFB52: Fixed bug #41686 19 years ago
Jani Taskinen 7bd01cbce2 - Fix typo (bug #43125) 19 years ago
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 19 years ago
Antony Dovgal b50ed5df9c MF5_2: improved recursion detection in array_walk() 19 years ago
Jani Taskinen 30230074ba - ws+cs (prepare syncing some parts to PHP_5_3) 19 years ago
Antony Dovgal cd519f058c plug leak on error (coverity issue #405) 19 years ago
Dmitry Stogov f5ee0dc18e Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). 19 years ago
Dmitry Stogov d5473d816e Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements) 19 years ago
Antony Dovgal a254d5c574 empty/invalid names are not allowed (empty prefixes are) 19 years ago
Antony Dovgal c13e337f27 allow empty prefix (restore 5_2 behavior) 19 years ago
Jani Taskinen 28cf1788a9 MFB: Fixed the fix for bug #42233 and added test for it. 19 years ago
Johannes Schlüter ab79c3dea9 - Fix build (patch by Ulf Wendel) 19 years ago
Jani Taskinen f602af17b4 MFB: Fix bug #42233 19 years ago
Dmitry Stogov 53ad22aec3 wrong condition 19 years ago
Antony Dovgal 770215e0c7 synchronized range() behaviour in HEAD with 5_2 19 years ago
Antony Dovgal 6eb6de0fcf fix folding 19 years ago
Ilia Alshanetsky 66526cee92 MFB 19 years ago
Antony Dovgal 451d4858b3 fix #41432 (extract() does not accept empty prefix) 19 years ago
Wez Furlong edf3fe4731 MFB, #40848 19 years ago
Stanislav Malyshev 023531f76c Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser) 19 years ago
Antony Dovgal d181d3a0b3 fix #40191 (use of array_unique() with objects triggers segfault) 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Hannes Magnusson 5ed5c10517 Fix ZTS build... 19 years ago
Andrei Zmievski 757fb1e01f Bite the bullet and port the natural comparison algorithm to support 19 years ago
Andrei Zmievski e722dce575 - Marcus was too quick. Let's put type before zstr in the macros. 19 years ago
Marcus Boerger 98dce57dd5 - Fix ZVAL_ZSTRL 19 years ago