summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_2'.php-5.1.2SVN Migration2006-04-2616-0/+1009
* - MFH UpdateMarcus Boerger2006-01-061-2/+8
* MFHfoobar2006-01-061-1/+1
* - MFH Fix docuMarcus Boerger2006-01-051-1/+1
* - MFH Update examplesMarcus Boerger2006-01-042-4/+4
* - Just another place where rewind() might not be setMarcus Boerger2006-01-011-1/+3
* - key() might be optionalMarcus Boerger2006-01-011-9/+13
* - Fix SEGV when rewind() not setMarcus Boerger2006-01-011-1/+3
* bump year and license versionfoobar2006-01-0118-54/+54
* MFHfoobar2005-12-251-20/+18
* - Make this work with VPATH builds tooMarcus Boerger2005-12-241-1/+4
* - WSMarcus Boerger2005-12-221-9/+9
* - Fix memleakMarcus Boerger2005-12-221-0/+3
* merge two skipif entriesAntony Dovgal2005-12-221-3/+4
* - Fix memleakMarcus Boerger2005-12-221-1/+4
* - MFH Add missing skipifMarcus Boerger2005-12-2140-0/+80
* - We need to store the length of the class nameMarcus Boerger2005-12-211-2/+4
* - Apply workaround only when neccessaryMarcus Boerger2005-12-202-18/+56
* more SPL leak fixesAntony Dovgal2005-12-201-1/+5
* fix possible reads of uninitialized memory (reproducible only on 64bit platfo...Antony Dovgal2005-12-191-4/+16
* - Check for result of getIterator() callMarcus Boerger2005-12-191-2/+8
* - Fix reference countingMarcus Boerger2005-12-191-5/+5
* fix leak in SPL iteratorsAntony Dovgal2005-12-181-2/+5
* MFH: more spelling fixesAntony Dovgal2005-12-181-2/+2
* MFH: fix spellingAntony Dovgal2005-12-181-1/+1
* prototype fixZeev Suraski2005-12-181-1/+1
* Fix protosZeev Suraski2005-12-181-7/+7
* Fix prototypeZeev Suraski2005-12-181-2/+2
* - Simplify (+fix memleak)Marcus Boerger2005-12-161-3/+1
* - Drop superflous paramMarcus Boerger2005-12-161-1/+1
* - Add SplTempFileObject to outputMarcus Boerger2005-12-161-0/+1
* - Add/fix testsMarcus Boerger2005-12-161-0/+138
* - Provide better error message when using illegal function 'pointers'Marcus Boerger2005-12-161-3/+3
* - MFH Fix issue spotted by Wez using ms vc 2005Marcus Boerger2005-12-141-1/+1
* MFH:Marcus Boerger2005-12-111-12/+36
* fix C++ commentAntony Dovgal2005-12-091-1/+1
* MFH: fix segfault in SplFileObject when file doesn't exist or cannot be readAntony Dovgal2005-12-081-13/+13
* MFHfoobar2005-12-064-9/+9
* fix reallocation bugStanislav Malyshev2005-12-051-1/+1
* - MFH Add class SplFileInfo as base for DirectoryIterator and SplFileObjectMarcus Boerger2005-11-298-739/+984
* - Fixed bug #35423 RecursiveDirectoryIterator doesnt appear to recurse with R...Marcus Boerger2005-11-271-1/+11
* - MFH Editor blocksMarcus Boerger2005-11-271-0/+3
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-143-4/+4
* - Add new testsMarcus Boerger2005-11-073-0/+296
* - Drop unnecessary paramMarcus Boerger2005-11-071-1/+1
* - MFH Add missing check flagMarcus Boerger2005-11-031-1/+1
* - MFH Try fixing #35088Marcus Boerger2005-11-031-1/+5
* - MFH Add missing checkMarcus Boerger2005-11-031-1/+1
* - Add missing testMarcus Boerger2005-11-021-0/+37
* - Make spl_autoload_register use zend_is_callable_ex()Marcus Boerger2005-11-021-36/+43