summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Better fix for #45622 (patch by robinf at php do net)Arnaud Le Blanc2009-05-211-4/+4
* MFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves withArnaud Le Blanc2009-05-141-6/+5
* MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1stArnaud Le Blanc2009-05-141-6/+6
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: Fix #46317 (Iterator class not properly checked)Etienne Kneuss2008-10-191-20/+6
* revert the patch, it's not needed in this branchAntony Dovgal2008-10-181-2/+0
* MFH: fix memleakAntony Dovgal2008-10-171-0/+2
* MFH: bug #46115 (Fixes nothing in 5.2, but sync code)Etienne Kneuss2008-10-061-2/+6
* Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix E...Etienne Kneuss2008-10-051-6/+23
* Avoid a leak on return_valueEtienne Kneuss2008-07-071-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MF53 Fix for #41692, #42703Marcus Boerger2007-10-181-2/+5
* 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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Fix double "wrong param count" messagesHannes Magnusson2006-11-031-1/+1
* MFH(r-1.114) Can't use real arrays held by ArrayObjects in write contextSara Golemon2006-10-201-1/+26
* fix #38402: wrong proto for Array*::offsetGet()Nuno Lopes2006-08-111-2/+2
* - Use of E_RECOVERABLE_ERRORMarcus Boerger2006-05-111-1/+1
* - Update after api changesMarcus Boerger2006-05-101-67/+201
* fix memory corruptions and leaks when cloning ArrayObjects and ArrayIteratorsAntony Dovgal2006-04-071-3/+5
* - MFHMarcus Boerger2006-04-041-10/+28
* fix segfault when assigning value by ref and add testAntony Dovgal2006-04-011-0/+4
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* Fixed possible memory corruptionDmitry Stogov2006-03-231-6/+8
* fix leakAntony Dovgal2006-03-221-5/+4
* fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)Antony Dovgal2006-03-221-11/+17
* - Fix issues with not/double calling of constructors of SPL iteratorsMarcus Boerger2006-03-051-4/+5
* - MFH No more old parameter api usageMarcus Boerger2006-02-121-3/+2
* - MFH Fix ArrayIterator::seek() edge casesMarcus Boerger2006-02-021-6/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-141-1/+1
* - MFH Fix potential SEGV with overloaded objectsMarcus Boerger2005-10-091-0/+9
* - MFH Throw an exception if an illegal string value is being used inMarcus Boerger2005-10-031-0/+4
* - MFH Fix issue with RecursiveArrayIterator::getChildren()Marcus Boerger2005-10-031-0/+4
* - Synch naming/move changes with HEADMarcus Boerger2005-09-181-109/+208
* MFH:Marcus Boerger2005-09-151-0/+5
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed #33136:Marcus Boerger2005-06-201-5/+24
* - Fix handling of ArrayObject/ArrayIterator flags and provide testMarcus Boerger2005-06-201-43/+61
* - Small fix (found by joerg)Marcus Boerger2005-05-241-1/+2
* - Add ability to reference the object itselfMarcus Boerger2005-05-191-66/+250
* - Fix Bug #32394 offsetUnset() segfaults in a foreachMarcus Boerger2005-03-211-37/+38
* - Fix signature definitionMarcus Boerger2005-03-131-2/+2