summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* - Micro optimizationMarcus Boerger2006-05-201-9/+9
* MF51: fix memory corruptions and leaks when cloning ArrayObjects and ArrayIte...Antony Dovgal2006-04-071-3/+5
* - WSMarcus Boerger2006-04-031-1/+0
* - Fix issue related to #36941 (when referencing itself)Marcus Boerger2006-04-031-1/+3
* - Behavior fix for #36941Marcus Boerger2006-04-021-9/+21
* - Bugfix #36941 (ArrayIterator does not clone itself)Marcus Boerger2006-04-011-0/+1
* MF51: fix segfault when assigning value by ref and add testAntony Dovgal2006-04-011-0/+4
* MF51: 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 leak, add testAntony Dovgal2006-03-221-5/+4
* MFH: fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)Antony Dovgal2006-03-221-11/+17
* - WS/CSMarcus Boerger2006-03-041-5/+4
* Portable unicode string API:Dmitry Stogov2006-02-211-8/+9
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-12/+12
* - No more old parameter api usageMarcus Boerger2006-02-121-4/+4
* - Finally enable optimizationMarcus Boerger2006-02-061-7/+10
* - WSMarcus Boerger2006-02-061-5/+5
* - SimplifyMarcus Boerger2006-02-061-26/+5
* - SimplifyMarcus Boerger2006-02-061-20/+2
* - Synch c-level iterator and iterator methodsMarcus Boerger2006-02-061-43/+120
* - Iterator API was changedMarcus Boerger2006-02-051-3/+22
* - Fix ArrayIterator::seek() edge casesMarcus Boerger2006-02-021-6/+3
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-7/+0
* bump year and license versionfoobar2006-01-011-3/+3
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-1/+1
* - Add AppendIterator::getIteratorIndexMarcus Boerger2005-10-291-1/+5
* - Fix potential SEGV with overloaded objectsMarcus Boerger2005-10-091-0/+9
* - Throw an exception if an illegal string value is being used in ArrayObject:...Marcus Boerger2005-10-031-0/+4
* - Add more sorting funcs to ArrayObject/IteratorMarcus Boerger2005-10-031-7/+48
* - Add sorting to ArrayObject/IteratorMarcus Boerger2005-10-031-26/+59
* - Fix issue with RecursiveArrayIterator::getChildren()Marcus Boerger2005-10-031-0/+4
* Unicode supportDmitry Stogov2005-09-191-2/+2
* - Derick changed the test but forgot to make the code use E_RECOVERABLE_ERRORMarcus Boerger2005-09-181-1/+2
* - Move RecursiveArrayIterator into .cMarcus Boerger2005-09-181-110/+209
* - Rename Observer to SplObserverMarcus Boerger2005-09-151-0/+5
* Unicode supportDmitry Stogov2005-08-121-0/+2
* Fixed SIGSEGVDmitry Stogov2005-08-121-1/+1
* Unicode supportDmitry Stogov2005-08-121-7/+7
* Unicode support.Andrei Zmievski2005-08-111-10/+24
* - WSMarcus Boerger2005-08-101-1/+1
* - 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