summaryrefslogtreecommitdiff
path: root/ext/spl/spl_fixedarray.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #67247 spl_fixedarray_resize integer overflowStanislav Malyshev2014-05-111-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Add a __wakeup() method to SplFixedArray, thereby fixing serialising anAdam Harvey2013-06-281-0/+33
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-02-241-10/+15
|\
| * Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-241-11/+13
* | 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
| * Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-231-4/+8
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cau...Felipe Pena2011-06-051-4/+1
| * - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing)Felipe Pena2011-06-021-0/+7
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53362 (Segmentation fault when extending SplFixedArray)Felipe Pena2010-11-191-1/+5
| * - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)Felipe Pena2010-08-081-0/+3
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-051-1/+19
* | Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-231-4/+8
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fix CID 1211, unused intern variableEtienne Kneuss2011-08-121-3/+0
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cau...Felipe Pena2011-06-051-4/+1
* | - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing)Felipe Pena2011-06-021-0/+7
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53362 (Segmentation fault when extending SplFixedArray)Felipe Pena2010-11-191-1/+5
* | - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)Felipe Pena2010-08-081-0/+3
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-5/+5
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH:Felipe Pena2009-07-041-9/+16
* - MFH: Added missing param checksFelipe Pena2009-05-231-1/+20
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
* MFH: Iterator methods overwriting optimisationsEtienne Kneuss2008-07-201-82/+57
* MFH: minor speedup - convert offset to long only when neededAntony Dovgal2008-07-141-4/+20
* MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patc...Etienne Kneuss2008-07-131-33/+132
* MFH: First part of count/handlers related fixesEtienne Kneuss2008-07-061-4/+19
* MFH: Rename everything from SplFastArray to SplFixedArrayEtienne Kneuss2008-06-181-0/+974