summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed ext/spl/tests/arrayObject_magicMethods2.phptDmitry Stogov2009-09-221-0/+1
* Fix several recursion problems when var_dump'ing self-referencing objectsEtienne Kneuss2009-08-131-14/+23
* MFH:Felipe Pena2009-07-041-25/+28
* MFH: Better fix for #45622 (patch by robinf at php do net)Arnaud Le Blanc2009-05-211-4/+4
* MFH: Fix #47231 (offsetGet error using incorrect offset)Etienne Kneuss2009-03-191-1/+1
* fix compile warningAntony Dovgal2009-01-271-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix #45820 (Empty ArrayObject keys not allowed)Etienne Kneuss2008-12-301-4/+0
* CSArnaud Le Blanc2008-11-191-2/+2
* Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)Arnaud Le Blanc2008-11-191-32/+72
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-1/+5
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
* Fix #46317 (Iterator class not properly checked)Etienne Kneuss2008-10-191-18/+6
* MFH: fix memleakAntony Dovgal2008-10-171-0/+2
* Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix E...Etienne Kneuss2008-10-051-6/+23
* MFH: Fix #46192 (Serialization of ArrayObject with objects as storage)Etienne Kneuss2008-09-291-1/+1
* Fixed bug #46115 (Memory leak when calling a method using Reflection)Dmitry Stogov2008-09-191-2/+6
* no zstr in 5_3Rob Richards2008-08-251-2/+2
* MFHJani Taskinen2008-08-251-24/+22
* MFH: Fix #45826 (Custom serialization)Etienne Kneuss2008-08-251-55/+174
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-8/+2
* Improve ArrayObject::exchangeArray() behaviour with objects and CoW reference...Robin Fernandes2008-08-041-65/+48
* MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRA...Arnaud Le Blanc2008-07-261-6/+5
* MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private...Arnaud Le Blanc2008-07-241-6/+6
* MFH: Fix build for solarisEtienne Kneuss2008-07-201-1/+1
* MFH: Fix valgrind errors in array_method, and possibly #45349 (Thanks tony fo...Etienne Kneuss2008-07-191-6/+8
* MFH: First part of count/handlers related fixesEtienne Kneuss2008-07-061-9/+36
* Add consistency with the flagEtienne Kneuss2008-05-061-5/+3
* - CS/WSMarcus Boerger2008-02-041-3/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Kill unused varsIlia Alshanetsky2007-12-171-3/+2
* - Fix foldingMarcus Boerger2007-12-171-1/+1
* Fix typoHannes Magnusson2007-12-161-1/+1
* - Nitpicking, using same code (without unicode handling) than in HEADDavid Coallier2007-12-121-2/+2
* fix win buildRob Richards2007-12-071-5/+4
* - Fix for #41528 (Classes extending ArrayObject do not serialize correctly)Marcus Boerger2007-12-061-5/+164
* - Fixing #38618 by:Marcus Boerger2007-12-051-15/+28
* - MFH from HEAD:Jani Taskinen2007-11-021-0/+34
* - Fix #42654 (maybe also a bunch of others)Marcus Boerger2007-10-181-2/+5
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-16/+16
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* MFH: fix #41691 (ArrayObject::exchangeArray hangs Apache)Antony Dovgal2007-07-201-1/+2
* MFH: fix #41692 (ArrayObject shows weird behaviour in respect to inheritance)Antony Dovgal2007-06-271-11/+15
* - Fix 40442Marcus Boerger2007-04-061-1/+1
* - MFH Drop double variable declarationMarcus Boerger2007-03-241-1/+0
* - MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatmentMarcus Boerger2007-03-201-4/+2
* - MFH Rearrange code: mode Countable from spl_array.c to spl_iterator.cMarcus Boerger2007-02-081-9/+0
* Fixed bug #40036 (empty() does not work correctly with ArrayObject whenIlia Alshanetsky2007-01-071-2/+20