summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* | Remove extra blank in notice message, should act as same as vmXinchen Hui2012-09-011-7/+7
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-011-37/+37
|\ \ | |/
| * Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all und...Xinchen Hui2012-09-011-32/+38
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * Fixed bug RecursiveArrayIterator does not implement CountableNikita Popov2012-06-191-3/+2
* | Implemented FR #62840 (Add sort flag to ArrayObject::ksort)Xinchen Hui2012-08-211-16/+30
* | Fixed bug #61527 (Recursive/ArrayIterator gives misleading notice when array ...Stanislav Malyshev2012-07-141-55/+34
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-06-191-3/+2
|\ \
| * | Fixed bug RecursiveArrayIterator does not implement CountableNikita Popov2012-06-191-3/+2
| |/
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-281-1/+1
|\ \ | |/
| * Fixed problem introduced in a763929 (fixing bug #61347).Gustavo André dos Santos Lopes2012-03-281-1/+1
| * Fixed bug #61347 (inconsist isset behavior of Arrayobject)Xinchen Hui2012-03-111-39/+36
| * - Fixed bug #61326 (ArrayObject comparison).Gustavo André dos Santos Lopes2012-03-101-0/+26
| * - Year++Felipe Pena2012-01-011-1/+1
| * fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-1/+10
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-101-4/+18
| * - Added missing void arg checksFelipe Pena2010-11-141-1/+49
| * Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefa...Dmitry Stogov2010-05-131-8/+49
* | Fixed bug #61347 (inconsist isset behavior of Arrayobject)Xinchen Hui2012-03-111-38/+35
* | - Fixed bug #61326 (ArrayObject comparison).Gustavo André dos Santos Lopes2012-03-101-0/+26
* | - Year++Felipe Pena2012-01-011-1/+1
* | fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-1/+10
* | Fix CID 538/539, explicitely check for something that should never occurEtienne Kneuss2011-08-121-4/+10
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
* | Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash)Dmitry Stogov2011-04-071-1/+28
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-101-4/+18
* | - Added missing void arg checksFelipe Pena2010-11-141-0/+48
* | Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-167/+53
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-1/+17
* | Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefa...Dmitry Stogov2010-05-131-8/+49
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-16/+15
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed ext/spl/tests/arrayObject_magicMethods2.phptDmitry Stogov2009-09-221-0/+1
* Fix several recursion problems when var_dump'ing self-referencing objectsEtienne Kneuss2009-08-131-14/+23
* MFH:Felipe Pena2009-07-041-25/+28
* MFH: Better fix for #45622 (patch by robinf at php do net)Arnaud Le Blanc2009-05-211-4/+4
* MFH: Fix #47231 (offsetGet error using incorrect offset)Etienne Kneuss2009-03-191-1/+1
* fix compile warningAntony Dovgal2009-01-271-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix #45820 (Empty ArrayObject keys not allowed)Etienne Kneuss2008-12-301-4/+0
* CSArnaud Le Blanc2008-11-191-2/+2
* Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)Arnaud Le Blanc2008-11-191-32/+72
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-1/+5
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10