summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* fix array_walk_recursive() so it doesn't reuse cached fci between callsAntony Dovgal2004-12-031-0/+2
* revert my previous patch as it breaks more than fixesAntony Dovgal2004-12-021-1/+0
* fix #29954 (array_reduce segfaults when initial value is array)Antony Dovgal2004-11-281-0/+1
* fix bug #30587 (array_multisort doesn't separate zvals before changing them)Antony Dovgal2004-11-191-0/+1
* - Remove doubled definitionMarcus Boerger2004-11-011-6/+0
* - Add some commentMarcus Boerger2004-11-011-0/+2
* - Allow direct access to spl class entries (SPL cannot be build shared)Marcus Boerger2004-11-011-8/+4
* - Use new way for global variablesMarcus Boerger2004-11-011-5/+30
* - Add interface Countable (PECL #30113)Marcus Boerger2004-11-011-1/+14
* - Rename delete_global_variable() to zend_delete_global_variable()Andi Gutmans2004-10-041-2/+2
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-2/+10
* - Added new boolean (fourth) parameter to array_slice() that turns on theDerick Rethans2004-09-151-5/+16
* - MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions whichDerick Rethans2004-09-111-0/+9
* Fixed bug #29808 (array_count_values() breaks with numeric strings).Ilia Alshanetsky2004-08-261-0/+8
* - Use FREE_HASHTABLE()Andi Gutmans2004-08-121-1/+1
* - Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referredMoriyoshi Koizumi2004-08-101-3/+6
* Fixed but #29437 (Possible crash inside array_walk_recursive()).Ilia Alshanetsky2004-07-291-2/+5
* proto fixAndrey Hristov2004-07-261-1/+1
* make behavior a bit fieldAndrey Hristov2004-07-241-23/+21
* add array_:Andrey Hristov2004-07-211-19/+90
* fixing bug #28974 : overflow in array_slice()Andrey Hristov2004-07-111-2/+2
* fixing bug #28739Andrey Hristov2004-07-111-1/+13
* fixing bug 29038:Andrey Hristov2004-07-111-1/+1
* Fixed bug #29008 (array_combine() does not handle non-numeric/string keys).Ilia Alshanetsky2004-07-111-0/+11
* Fixed bug #29049 (array sorting via user function/method does not validateIlia Alshanetsky2004-07-081-0/+17
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-041-0/+7
* MFB: Revert patch for bug #27782.Ilia Alshanetsky2004-04-011-8/+0
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-301-0/+8
* this should not belong to HEADAndrey Hristov2004-01-281-14/+0
* Added third parameter (optional) to array_keys for strictness. It behavesAndrey Hristov2004-01-241-4/+28
* HEAD is now bundled only with ZE2Andrey Hristov2004-01-171-15/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* New array functions for doing intersection of arrays that are complementaryAndrey Hristov2003-10-091-27/+231
* Fixed clobbering of the source array, when merging complexIlia Alshanetsky2003-10-051-0/+2
* Fixed bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS)Moriyoshi Koizumi2003-10-021-11/+8
* smash a segmentation faultAndrey Hristov2003-09-301-1/+1
* Memory leak fixed (no need of MFH since this is code specific to PHP5)Andrey Hristov2003-09-301-0/+1
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* Fixed typo.Ilia Alshanetsky2003-09-261-1/+1
* 4 new functions :Andrey Hristov2003-09-231-21/+203
* improve the fix for #25494. If more then one bad parameter is passedAndrey Hristov2003-09-221-4/+7
* Fixed bug #25494 (array_merge allowing "false" as argument (silent whenJay Smith2003-09-111-1/+9
* revert that, it did not fix anythingfoobar2003-08-131-1/+0
* Fix external builds (configure run outside srcdir)foobar2003-08-131-0/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-19/+19
* Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort())Ilia Alshanetsky2003-08-091-2/+2
* Do not assume array contains numeric values.Ilia Alshanetsky2003-08-091-1/+1
* Fixed bug #24980 (array_reduce() uses first element as default runningIlia Alshanetsky2003-08-081-1/+3
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-14/+73
* Fix bug #24652 - Sterling, do you begin to think that maybe it wasn't suchZeev Suraski2003-08-041-1/+1