summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-061-7/+5
|\
| * Fixed bug #61730 (Segfault from array_walk modifying an array passed by refer...Xinchen Hui2012-05-061-7/+5
| * Fix bug #52719: array_walk_recursive crashes if third param of the function i...Nikita Popov2012-03-021-7/+7
| * Improved fix for #61058, and add test scriptXinchen Hui2012-02-121-7/+8
| * Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)Xinchen Hui2012-02-121-2/+6
| * - Year++Felipe Pena2012-01-011-1/+1
| * Implement FR #54459 (Range function accuracy) by changing the way range()Adam Harvey2011-04-061-5/+9
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug 48484 (array_product() always returns 0 for an empty array).Ilia Alshanetsky2010-12-121-2/+2
| * - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-191-2/+2
| * - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)Felipe Pena2010-11-011-2/+2
| * Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-111-0/+9
| * typoRasmus Lerdorf2010-05-151-1/+1
* | Fix bug #52719: array_walk_recursive crashes if third param of the function i...Nikita Popov2012-03-021-7/+7
* | MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)Xinchen Hui2012-03-021-3/+8
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functionsArpad Ray2011-08-291-4/+11
* | Implement FR #54459 (Range function accuracy) by changing the way range()Adam Harvey2011-04-061-5/+9
* | Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed bug 48484 (array_product() always returns 0 for an empty array).Ilia Alshanetsky2010-12-121-2/+2
* | - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-191-2/+2
* | - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)Felipe Pena2010-11-011-2/+2
* | Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-3/+3
* | Implemented request #34857 (Change array_combine behaviour when called withAdam Harvey2010-08-271-4/+3
* | Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-111-0/+9
* | typoRasmus Lerdorf2010-05-151-1/+1
* | Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-6/+10
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix the fix for #47409Antony Dovgal2009-12-241-1/+1
* Fixed bug #47409 (extract() problem with array containing word "this").Ilia Alshanetsky2009-12-231-0/+3
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-6/+2
* proper fix for bug #50006Stanislav Malyshev2009-11-291-3/+22
* Fixed crash in usort() and uasort() in case user comparison function modifyes thDmitry Stogov2009-08-141-6/+46
* - MFH: Fixed bug #48854 (array_merge_recursive modifies arrays after first one)Felipe Pena2009-07-081-0/+1
* * MFH: Roll it back.Moriyoshi Koizumi2009-05-151-1/+1
* MFH: New array_multisort() test and code comment fix (Simon Westcott)Christopher Jones2009-05-151-1/+1
* MFB: Fix #48224 (Remove incorrect shuffle)Etienne Kneuss2009-05-101-4/+0
* Revert bogus fix for #47370.Andrei Zmievski2009-02-131-1/+1
* * MFH: Fix bug #47370 (BC breakage of array_unique())Moriyoshi Koizumi2009-02-121-1/+1
* Fixed bug #47329 (Crash in garbage collector)Dmitry Stogov2009-02-091-3/+9
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)Arnaud Le Blanc2008-12-271-0/+11
* MFHAndrei Zmievski2008-12-121-3/+5
* MFH: Fixed bugs #44181 & #44182 (extract() and references)Arnaud Le Blanc2008-11-261-8/+3
* restore BC for arraysStanislav Malyshev2008-11-241-36/+41
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-5/+5
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+0