summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* - 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 s...Dmitry Stogov2005-10-281-0/+1
* 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 obje...Dmitry Stogov2005-09-121-4/+7
* Fixed bug #34277 (array_filter() crashes with references and objects)Dmitry Stogov2005-09-011-5/+7
* Fixed bug #33940 (array_map() fails to pass by reference when called recursiv...Dmitry Stogov2005-08-101-0/+1
* Fixed bug #29253 (array_diff with $GLOBALS argument fails)Dmitry Stogov2005-08-101-0/+18
* Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)Dmitry Stogov2005-08-041-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-041-6/+15
* - Unify (+ spl can't be build shared so COMPILE_DL_SPLfoobar2005-06-301-2/+2
* Fixed bug #31213 (Sideeffects caused by fix of bug #29493)Dmitry Stogov2005-06-211-2/+6
* Fix compile on win32 at least.Wez Furlong2005-06-161-1/+1
* WS fixAndrei Zmievski2005-06-151-22/+22
* Fix FCI cache for array_walk and user array compare functions. BugAndrei Zmievski2005-06-151-42/+62
* Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #...Dmitry Stogov2005-06-081-3/+6
* add function array_product()Andrey Hristov2005-05-111-0/+47
* Fixed call to estrndup() with invalid lengthDmitry Stogov2005-04-251-3/+3
* fix #30833 (array_count_values modifying input array)Antony Dovgal2005-04-121-4/+22
* Simplify argument checking code for array_combine().Ilia Alshanetsky2005-03-221-6/+5
* - Check another incarnation of bug #30266Marcus Boerger2005-03-191-1/+1
* Fixed #30871Andrey Hristov2005-03-121-1/+1
* - Do not touch return_valu's refcount or is_refMarcus Boerger2005-03-111-37/+17
* Check that object can actually return a class entry. I need this for aAndrei Zmievski2005-03-051-2/+2
* - Fixed bug #32021: Crash caused by range('', 'z')Derick Rethans2005-02-181-1/+1
* fix segfault when retval_ptr is empty - such as when exception thrownRob Richards2005-02-101-1/+3
* fix memory leak if function call failsStanislav Malyshev2005-02-021-1/+4
* destroy return_value and fix leak in array_fill()Antony Dovgal2004-12-231-0/+2
* fix leak (init array only if we got valid start key)Antony Dovgal2004-12-161-3/+3
* 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