summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed bug #42233 (Problems with æøå in extract()).Jani Taskinen2007-08-081-9/+20
|
* Fixed bug #41685 (array_push() fails to warn when next index is alreadyIlia Alshanetsky2007-06-241-1/+5
| | | | | occupied).
* Fixed bug #41686 (Omitting length param in array_slice not possible).Ilia Alshanetsky2007-06-181-1/+1
|
* fix foldingAntony Dovgal2007-06-051-68/+51
|
* Fixed bug #41121 (range() overflow handling for large numbers on 32bitIlia Alshanetsky2007-04-191-9/+9
| | | | | machines).
* fixes #40848Wez Furlong2007-03-181-1/+1
|
* Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)Stanislav Malyshev2007-03-161-17/+17
|
* Fixed bug #40709 (array_reduce() behaves strange with one item storedIlia Alshanetsky2007-03-041-3/+1
| | | | | arrays).
* MFH: fix #40191 (use of array_unique() with objects triggers segfault)Antony Dovgal2007-01-221-3/+3
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #30074Brian Shire2006-12-171-1/+1
| | | | | | extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1, affecting subsequent usage Added test
* Optimize extract()Ilia Alshanetsky2006-12-101-6/+4
| | | | | # Patch by Brian Shire
* MFH: fix #39576 (array_walk() doesn't separate userdata zval)Antony Dovgal2006-11-221-2/+2
|
* fix leak, add testAntony Dovgal2006-11-151-0/+1
|
* removed bogus charIlia Alshanetsky2006-11-121-1/+1
|
* Optimized array functions utilizing php_splice().Ilia Alshanetsky2006-11-121-15/+5
|
* MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)Hannes Magnusson2006-11-121-1/+1
|
* optimize zend_hash_init() with known hash table sizes.Ilia Alshanetsky2006-10-031-2/+2
|
* MFH: compact() doesnt throw "wrong param count"Hannes Magnusson2006-10-031-0/+3
|
* support objects in array_walk*()Antony Dovgal2006-09-191-2/+2
|
* MFH: fix #34066 (recursive array_walk causes segfault)Antony Dovgal2006-09-191-28/+20
| | | | | add tests
* Fixed bug #38464 (array_count_values() mishandles numeric strings).Ilia Alshanetsky2006-09-061-33/+4
|
* Make array_merge(_recursive) handle binary keys safely. (Patch by Matt W)Andrei Zmievski2006-07-301-1/+1
|
* +1 for keysAndrei Zmievski2006-07-241-1/+1
|
* Gah.Andrei Zmievski2006-07-221-1/+1
|
* Matt should be happy now.Andrei Zmievski2006-07-221-2/+2
|
* MFHAndrei Zmievski2006-07-211-3/+3
|
* - MFH array_fill_keys, better unicode support, use new param parsing APIMarcus Boerger2006-07-151-51/+43
|
* - MFH Added array_fill_keys(). (Marcus, Mathew W)Marcus Boerger2006-07-151-0/+50
|
* Updated protos & vim foldingHannes Magnusson2006-06-261-10/+11
|
* I swear it wasn't me.Andrei Zmievski2006-06-031-0/+2
|
* - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)Johannes Schlüter2006-04-121-0/+1
|
* prevent segfault when exception is thrown from Countable::count()Antony Dovgal2006-03-221-2/+4
|
* MFH: make the code cleanerAntony Dovgal2006-03-191-3/+1
|
* - Warning fixes by StephMarcus Boerger2006-02-261-8/+8
|
* Move array globals declarations back to the header file.Andrei Zmievski2006-02-071-14/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* tweak the fixAntony Dovgal2005-12-271-1/+1
|
* fix #35821 (array_map() segfaults when exception is throwed from the callback)Antony Dovgal2005-12-271-1/+1
|
* MFH: Nuke php3 legacyfoobar2005-12-051-24/+24
|
* Simplify code.Ilia Alshanetsky2005-10-301-1/+0
|
* Fixed Bug #35014 (array_product() always returns 0).Ilia Alshanetsky2005-10-301-2/+6
|
* Fixed bug #34982 (array_walk_recursive() modifies elements outside function ↵Dmitry Stogov2005-10-281-0/+1
| | | | scope)
* Reverted patch for bug #34934. Bug is marked as bogus.Dmitry Stogov2005-10-241-11/+0
|
* fix wsAntony Dovgal2005-10-211-5/+5
|
* Fixed bug #34934 (offsetExists is not called from array_key_exists)Dmitry Stogov2005-10-211-0/+11
|
* MFH: fix #34723 (array_count_values() strips leading zeroes)Antony Dovgal2005-10-041-2/+3
|
* MFH: GLOBALS protection for extract() function.Ilia Alshanetsky2005-10-031-0/+4
|
* Additinal fix for bug #34277 (array_filter() crashes with references and ↵Dmitry Stogov2005-09-121-4/+7
| | | | objects)
* Fixed bug #34277 (array_filter() crashes with references and objects)Dmitry Stogov2005-09-011-5/+7
|