summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).Adam Harvey2010-11-091-0/+1
| * - Implement bug #51804, splFileInfo::getLinkTarget() on WindowsPierre Joye2010-09-101-2/+15
| * - Improved fix for bug #52573Felipe Pena2010-08-181-1/+1
| * - Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)Felipe Pena2010-08-101-1/+5
| * Fixed #48361 (SplFileInfo::getPathName() should return the parentEtienne Kneuss2010-04-271-1/+4
| * Fix #51374 (Wrongly initialized object properties)Etienne Kneuss2010-04-271-0/+9
| * Fix #51532 (Invalid prototype for SplFileInfo::fscanf)Etienne Kneuss2010-04-251-2/+1
* | Issue-60742: Added FilesystemIterator::OTHER_MODE_MASKJoshua Thijssen2012-03-191-0/+1
* | - 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