summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-3/+3
|/
* Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-07-251-1/+1
|\ \ | |/
| * Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-251-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-251-1/+1
|\ \ | |/
| * - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k a...Felipe Pena2013-06-251-1/+1
* | Forgot to remove some now unused variablesNikita Popov2013-03-121-3/+0
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-15/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-02-261-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-02-261-1/+1
| |\
| | * Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-261-1/+1
| * | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2013-01-301-1/+5
| |\ \ | | |/
| | * Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-301-1/+5
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-44/+44
* | | Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-301-1/+5
* | | Happy New YearXinchen Hui2013-01-011-1/+1
|/ /
* | 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