summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Bugfix #27979Marcus Boerger2004-04-131-8/+16
* fix bug #27979Stanislav Malyshev2004-04-131-2/+2
* Fix return value to match std array func behaviorMarcus Boerger2004-03-201-5/+5
* Bugfix #27586 ArrayObject::getIterator crashes with [] assignmentMarcus Boerger2004-03-131-0/+5
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-081-4/+4
* Fix (thx Andi)Marcus Boerger2004-02-121-10/+2
* Fix ArrayObjectMarcus Boerger2004-02-121-3/+14
* API updatesZeev Suraski2004-02-041-3/+3
* Add cvs tagsMarcus Boerger2004-01-201-0/+2
* Update copyrightMarcus Boerger2004-01-081-1/+1
* fix API exportsWez Furlong2003-12-231-1/+1
* CleanupMarcus Boerger2003-11-261-8/+8
* Remove interfaces implemented in engine nowMarcus Boerger2003-11-261-32/+0
* Disable interfaces ArrayRead and ArrayAccessMarcus Boerger2003-11-221-0/+2
* Rename ArrayClass to ArrayObjectMarcus Boerger2003-11-171-16/+16
* Fix ArrayClass and provide missing has_dimension handler.Marcus Boerger2003-11-171-4/+28
* Major update:Marcus Boerger2003-11-091-328/+74
* Go with studlyCapsMarcus Boerger2003-09-181-6/+6
* Go with stdlyCapsMarcus Boerger2003-09-041-10/+10
* Extensions that do opcode hooking must provide the removed functions/macrosMarcus Boerger2003-08-211-2/+1
* Fix refcounting for $var = $obj[$idx] = $value;Marcus Boerger2003-08-091-0/+1
* - Reduce number of c-functions/macros involved in function invocationMarcus Boerger2003-08-071-4/+4
* Switch to use zend_call_function() what shortens spl codeMarcus Boerger2003-08-071-4/+4
* Update documentation in source, reflection and docu itselfMarcus Boerger2003-08-041-10/+15
* - Unset support for spl_array_access by method set($index)Marcus Boerger2003-08-041-0/+60
* Fix commentMarcus Boerger2003-08-041-1/+1