summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Don't touch refcount/is_refMarcus Boerger2005-03-111-2/+1
* - Fix #32238 (spl_array.c: void function cannot return value)Johannes Schlüter2005-03-081-2/+2
* - Use new objectsMarcus Boerger2005-03-061-4/+4
* - Negative seeking is not supportedMarcus Boerger2005-03-051-8/+11
* - Fix bug #32134Marcus Boerger2005-03-031-25/+97
* - Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid in...Marcus Boerger2005-03-011-2/+13
* - Know whether ew refer to an external array (is_ref) or notMarcus Boerger2005-01-271-15/+19
* - Correct exception throwingMarcus Boerger2004-11-111-2/+4
* - Use exceptions now they workMarcus Boerger2004-11-111-3/+2
* - Allow direct access to spl class entries (SPL cannot be build shared)Marcus Boerger2004-11-011-3/+3
* - Add interface Countable (PECL #30113)Marcus Boerger2004-11-011-0/+11
* - Minor fixesMarcus Boerger2004-11-011-11/+16
* - Rename delete_global_variable() to zend_delete_global_variable()Andi Gutmans2004-10-041-1/+1
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-2/+8
* Fix seekingMarcus Boerger2004-08-311-3/+2