summaryrefslogtreecommitdiff
path: root/ext/spl/spl_fixedarray.c
Commit message (Expand)AuthorAgeFilesLines
* - 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