summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* MFH(r-1.228): fixed bug #22463 and bug #23581Moriyoshi Koizumi2003-05-111-35/+49
* MFH(r-1.227)Sara Golemon2003-05-021-0/+6
* emalloc -> safe_emallocIlia Alshanetsky2003-04-231-23/+23
* MFH(r-1.226, r-1.24, r-1.99, r-1.68): fixed implicit cast issueMoriyoshi Koizumi2003-04-161-2/+2
* Arbitrarily limit array_pad() to only do 1 million elements at a time.Rasmus Lerdorf2003-04-011-0/+4
* MFH: - Fixed bug #22088 (array_shift() leaves next index to be +1 too much)foobar2003-02-061-2/+3
* MFH: Fixed bug: #21998 (array_pop() did not reset the current array position)foobar2003-02-031-0/+2
* MFHMoriyoshi Koizumi2003-01-031-0/+3
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21182Moriyoshi Koizumi2002-12-251-10/+9
* MFHIlia Alshanetsky2002-12-061-0/+5
* MFHIlia Alshanetsky2002-12-051-6/+2
* Forgot to merge this partMoriyoshi Koizumi2002-12-041-3/+1
* MFH: fixed segfaults in array_walk() when keys are passed to cb by referenceMoriyoshi Koizumi2002-12-041-4/+4
* MFH: fixed leaks in array_walk()Moriyoshi Koizumi2002-12-031-1/+1
* MFH: improved the error reporting portion of array_walk()Moriyoshi Koizumi2002-11-261-30/+8
* MFH: prevent too many error reports from being displayedMoriyoshi Koizumi2002-11-261-0/+1
* MFH: Fixed incorrect error messages of array_walk()Moriyoshi Koizumi2002-11-261-1/+30
* MFHMoriyoshi Koizumi2002-11-151-0/+1
* 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