Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-05-06 | 1 | -7/+5 |
|\ | | | | | | | | | * PHP-5.3: Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference) | ||||
| * | Fixed bug #61730 (Segfault from array_walk modifying an array passed by ↵ | Xinchen Hui | 2012-05-06 | 1 | -7/+5 |
| | | | | | | | | reference) | ||||
| * | Fix bug #52719: array_walk_recursive crashes if third param of the function ↵ | Nikita Popov | 2012-03-02 | 1 | -7/+7 |
| | | | | | | | | is by reference | ||||
| * | Improved fix for #61058, and add test script | Xinchen Hui | 2012-02-12 | 1 | -7/+8 |
| | | |||||
| * | Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX) | Xinchen Hui | 2012-02-12 | 1 | -2/+6 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Implement FR #54459 (Range function accuracy) by changing the way range() | Adam Harvey | 2011-04-06 | 1 | -5/+9 |
| | | | | | | | | | | calculates values when used with floating point bounds/step. | ||||
| * | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug 48484 (array_product() always returns 0 for an empty array). | Ilia Alshanetsky | 2010-12-12 | 1 | -2/+2 |
| | | |||||
| * | - Fixed extract() to do not overwrite $GLOBALS and $this when using ↵ | Felipe Pena | 2010-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | EXTR_OVERWRITE. patch by: jorto at redhat dot com | ||||
| * | - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4) | Felipe Pena | 2010-11-01 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory ↵ | Dmitry Stogov | 2010-06-11 | 1 | -0/+9 |
| | | | | | | | | issues) | ||||
| * | typo | Rasmus Lerdorf | 2010-05-15 | 1 | -1/+1 |
| | | |||||
* | | Fix bug #52719: array_walk_recursive crashes if third param of the function ↵ | Nikita Popov | 2012-03-02 | 1 | -7/+7 |
| | | | | | | | | is by reference | ||||
* | | MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX) | Xinchen Hui | 2012-03-02 | 1 | -3/+8 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
| | | |||||
* | | add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions | Arpad Ray | 2011-08-29 | 1 | -4/+11 |
| | | |||||
* | | Implement FR #54459 (Range function accuracy) by changing the way range() | Adam Harvey | 2011-04-06 | 1 | -5/+9 |
| | | | | | | | | | | calculates values when used with floating point bounds/step. | ||||
* | | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug 48484 (array_product() always returns 0 for an empty array). | Ilia Alshanetsky | 2010-12-12 | 1 | -2/+2 |
| | | |||||
* | | - Fixed extract() to do not overwrite $GLOBALS and $this when using ↵ | Felipe Pena | 2010-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | EXTR_OVERWRITE. patch by: jorto at redhat dot com | ||||
* | | - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4) | Felipe Pena | 2010-11-01 | 1 | -2/+2 |
| | | |||||
* | | Fixed compiler warnings in the standard library | Kalle Sommer Nielsen | 2010-09-23 | 1 | -3/+3 |
| | | |||||
* | | Implemented request #34857 (Change array_combine behaviour when called with | Adam Harvey | 2010-08-27 | 1 | -4/+3 |
| | | | | | | | | | | empty arrays). Patch by Joel Perras <joel.perras@gmail.com>. | ||||
* | | Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory ↵ | Dmitry Stogov | 2010-06-11 | 1 | -0/+9 |
| | | | | | | | | issues) | ||||
* | | typo | Rasmus Lerdorf | 2010-05-15 | 1 | -1/+1 |
| | | |||||
* | | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -6/+10 |
|/ | | | | time are allocated in a single copy and never changed. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | fix the fix for #47409 | Antony Dovgal | 2009-12-24 | 1 | -1/+1 |
| | | | | | use correct comparison and add missing scope checks to trunk | ||||
* | Fixed bug #47409 (extract() problem with array containing word "this"). | Ilia Alshanetsky | 2009-12-23 | 1 | -0/+3 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -6/+2 |
| | |||||
* | proper fix for bug #50006 | Stanislav Malyshev | 2009-11-29 | 1 | -3/+22 |
| | | | | | add modify protection to all user array sorts | ||||
* | Fixed crash in usort() and uasort() in case user comparison function modifyes th | Dmitry Stogov | 2009-08-14 | 1 | -6/+46 |
| | | | | | e array. | ||||
* | - MFH: Fixed bug #48854 (array_merge_recursive modifies arrays after first one) | Felipe Pena | 2009-07-08 | 1 | -0/+1 |
| | |||||
* | * MFH: Roll it back. | Moriyoshi Koizumi | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | MFH: New array_multisort() test and code comment fix (Simon Westcott) | Christopher Jones | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | MFB: Fix #48224 (Remove incorrect shuffle) | Etienne Kneuss | 2009-05-10 | 1 | -4/+0 |
| | |||||
* | Revert bogus fix for #47370. | Andrei Zmievski | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | * MFH: Fix bug #47370 (BC breakage of array_unique()) | Moriyoshi Koizumi | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug #47329 (Crash in garbage collector) | Dmitry Stogov | 2009-02-09 | 1 | -3/+9 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) | Arnaud Le Blanc | 2008-12-27 | 1 | -0/+11 |
| | |||||
* | MFH | Andrei Zmievski | 2008-12-12 | 1 | -3/+5 |
| | |||||
* | MFH: Fixed bugs #44181 & #44182 (extract() and references) | Arnaud Le Blanc | 2008-11-26 | 1 | -8/+3 |
| | | | | | (robin_fernandes at uk dot ibm dot com) | ||||
* | restore BC for arrays | Stanislav Malyshev | 2008-11-24 | 1 | -36/+41 |
| | | | | | | [DOC] natsort, natcasesort, usort, uasort, uksort, array_flip, array_unique still won't work with objects | ||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -5/+5 |
| |