summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* fix #68557Julien Pauli2015-02-201-4/+7
* Bump yearXinchen Hui2015-01-151-1/+1
* Fixed #68479 - Added escape parameter to SplFileObject::fputcsvPeter Cowburn2014-12-051-4/+12
* Fixed #65213 - cannot cast SplFileInfo to booleanTjerk Meesters2014-12-041-0/+3
* SPL: Fix for bug 66405 RecursiveDirectoryIterator with CURRENT_AS_PATHNAMEPaul Garvin2014-11-291-22/+18
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2014-06-011-0/+2
|\
| * Fixed bug #67359 (Segfault in recursiveDirectoryIterator)Xinchen Hui2014-06-011-0/+2
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Fixed null terminationTjerk Meesters2014-03-071-1/+2
* | Add fread(length) methoddatibbaw2014-03-071-0/+26
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Fix bug #64782: SplFileObject constructor make $context optionalNikita Popov2013-09-121-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-271-6/+8
|\ \ | |/
| * Fixed bug #65136 (RecursiveDirectoryIterator segfault)Xinchen Hui2013-06-271-6/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-251-0/+6
|\ \ | |/
| * Fixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)...Xinchen Hui2013-06-251-0/+6
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-12/+8
|/
* Merge branch 'bug64023' into PHP-5.4Gustavo Lopes2013-01-221-0/+4
|\
| * Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-221-0/+4
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
* | 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
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-1/+0
|\ \ | |/
| * - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * Fix bug 61671 ext\spl\tests\fileobject_003.phpt failsAnatoliy Belsky2012-04-191-0/+11
* | Fixed bug #62433 (Inconsistent behavior of RecursiveDirectoryIterator to dot ...Xinchen Hui2012-07-021-1/+2
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-231-20/+40
|\ \ | |/
| * Fixed bug #61482, caused by the fix to bug #61418.Gustavo André dos Santos Lopes2012-03-231-5/+8
| * Revert "Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator...Gustavo André dos Santos Lopes2012-03-231-15/+32
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2012-03-221-32/+15
|\ \ | |/
| * Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" -...Stanislav Malyshev2012-03-221-32/+15
| * Revert "Fixed reference counting"Dmitry Stogov2012-03-221-2/+2
| * Fixed reference countingDmitry Stogov2012-03-221-2/+2
| * - Fixed bug #61418 (Segmentation fault when DirectoryIterator's orGustavo André dos Santos Lopes2012-03-181-15/+32
| * - Fixed memory leak when calling SplFileInfo's constructor twiceFelipe Pena2012-03-111-1/+8
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed bug #60261 (phar dos null pointer)Felipe Pena2011-11-111-1/+4
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-7/+7
| * - Make SplFileInfo::_bad_state_ex final.Gustavo André dos Santos Lopes2011-04-051-1/+1
| * - Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject andGustavo André dos Santos Lopes2011-04-041-3/+41
| * - Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construc...Felipe Pena2011-03-231-3/+10
| * - Fixed bug #54291 (Crash iterating DirectoryIterator for dir name startingGustavo André dos Santos Lopes2011-03-191-1/+5
| * - Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfa...Felipe Pena2011-03-081-1/+3
| * - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::get...Felipe Pena2011-02-201-8/+20
| * MFH - Added SplFileInfo::getExtension() (FR #48767)Peter Cowburn2011-02-111-0/+62
| * Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by ChrisAdam Harvey2011-02-041-1/+15
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Added missing void arg checksFelipe Pena2010-11-141-5/+132