summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #28822: ArrayObject::offsetExists() works invertedMarcus Boerger2004-06-211-1/+1
* Fix 2nd issue of bug #28831Marcus Boerger2004-06-201-1/+1
* - Fix bug #28309Marcus Boerger2004-05-071-2/+0
* Count support for ArrayIterator & ArrayObjectMarcus Boerger2004-05-061-37/+49
* - Fix protos and add notes to the docsMarcus Boerger2004-04-291-12/+21
* - ArrayObject::append() must not be called when it refers to an objectMarcus Boerger2004-04-291-2/+19
* - Remove unused variableMarcus Boerger2004-04-291-2/+15
* Count() was missingMarcus Boerger2004-04-281-0/+21
* - Fix ArrayIterator iterationMarcus Boerger2004-04-271-9/+53
* With the new inheritance rules we need an explicit append method.Marcus Boerger2004-04-251-1/+20
* Fix several issuesMarcus Boerger2004-04-251-31/+268