summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Make range operate on the copies of the parameters rather then modify theIlia Alshanetsky2002-12-251-7/+7
* When low & high are the same return an array containing the low value.Ilia Alshanetsky2002-12-201-31/+86
* @- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)Moriyoshi Koizumi2002-12-091-1/+3
* Fixed bug #20865, array_key_exists() could not locate NULL keys.Ilia Alshanetsky2002-12-061-0/+5
* Remove pointless checks for array_init() return values.Ilia Alshanetsky2002-12-051-6/+2
* Fixed segfaults of array_walk() when keys are passed to cb by reference.Moriyoshi Koizumi2002-12-041-7/+5
* Fixed leaks in array_walk()Moriyoshi Koizumi2002-12-031-1/+1
* Improved the error reporting portion of array_walk() as suggested by MarkusMoriyoshi Koizumi2002-11-261-29/+7
* Prevent too many error reports from being displayedMoriyoshi Koizumi2002-11-261-0/+1
* Fixed incorrect error messages of array_walk() in case the callback isMoriyoshi Koizumi2002-11-261-1/+30
* Fixed some odd behaviours of range()Moriyoshi Koizumi2002-11-231-5/+25
* Fixed bug #20381Moriyoshi Koizumi2002-11-151-0/+1
* @- Added an optional "step" parameter to range(). (Jon)Jon Parise2002-11-141-25/+37
* Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()John Coggeshall2002-11-131-1/+1
* Fixed a memory leak in array_fill().Ilia Alshanetsky2002-11-051-1/+4
* revert patchSterling Hughes2002-10-101-37/+57
* clean these functions up using zend_parse_parameters and nuke the use ofSterling Hughes2002-10-091-57/+37
* small cleanups...Sterling Hughes2002-10-091-4/+1
* ws fixes.Andrey Hristov2002-09-211-35/+38
* New function added - array_intersect_assoc() similar to array_intersect()Andrey Hristov2002-09-211-10/+56
* Fixing my zts fix.Andrey Hristov2002-09-121-3/+3
* Removed magic numbers about the behavior of php_array_diff - proposed byAndrey Hristov2002-09-121-13/+16
* Fix ZTS build.Edin Kadribasic2002-09-111-3/+3
* - Little whitespace changesDerick Rethans2002-09-111-20/+30
* New function added : array_diff_assoc() . Like array_diff() but doesAndrey Hristov2002-09-111-11/+55
* Fixed ZTS build.Edin Kadribasic2002-09-101-4/+4
* @- Fixed array_merge_recursive() to avoid problems with merging cyclicalAndrei Zmievski2002-09-101-3/+11
* @- Added ability to extract() variables as references via OR'able EXTR_REFSAndrei Zmievski2002-09-091-4/+29
* php_error_docrefMarcus Boerger2002-08-241-77/+61
* Fixes array test 004.phpt. Nice copy paste error.Marcus Boerger2002-08-211-1/+1
* Fix for bug #18401, makes shuffle() properly generate all possibilities.Dan Kalowsky2002-08-151-6/+5
* one last fix for array_shiftBrad LaFountain2002-08-031-0/+1
* array_pop wasnt setting next indexBrad LaFountain2002-08-011-13/+10
* That was not correct..foobar2002-08-011-3/+0
* Reset index when doing array_pop()foobar2002-08-011-1/+4
* Nuke compile warning.foobar2002-08-011-1/+2
* - Removed the DOS line endingsfoobar2002-08-011-1/+1
* made array_shift re-index like it did before previous fixBrad LaFountain2002-08-011-6/+21
* Reverted the patch..it breaks the original behaviour of at least array_shift.foobar2002-07-311-4/+5
* fixed bugs 16063 and 16068Brad LaFountain2002-07-301-5/+4
* Silence warningDerick Rethans2002-07-081-1/+1
* Unify error messagesDerick Rethans2002-07-081-60/+60
* - Fix for bug #14580: Made key() binary safeDerick Rethans2002-07-081-3/+4
* - Fix for bug #17654Derick Rethans2002-06-291-1/+1
* Made array_unique() always keep the first occurrences of duplicates,Stig Venaas2002-06-181-9/+20
* - WS-fixesJan Lehnardt2002-06-181-59/+59
* - whitespace fixJan Lehnardt2002-06-101-1/+1
* fix the buildHarald Radi2002-06-101-15/+18
* Fix bug #7045: shuffle() now provides consistent distribution of valuesAndrei Zmievski2002-06-101-8/+52