summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-1/+1
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* Fix ZTS buildNikita Popov2014-04-091-10/+10
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-6/+2
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-8/+5
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-11/+11
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-0/+1
* Fixed segfault (invalid free handling)Xinchen Hui2014-03-161-6/+7
* Fixed bug codes in SplFileInfo::getExtensionXinchen Hui2014-03-151-1/+1
* Refactor Spl_Directory to fixed bug after default_properties changedXinchen Hui2014-03-151-79/+78
* Fixied calling object closures from internal functionsDmitry Stogov2014-03-051-1/+1
* Fixed uninilized internXinchen Hui2014-02-281-0/+1
* Temporary fix zcontextXinchen Hui2014-02-281-4/+5
* Refactored spl_filesystem_iteratorXinchen Hui2014-02-281-29/+15
* Fixed un-initilized iterator in DirectoyItratorXinchen Hui2014-02-281-0/+1
* Add zend_iterator_dtorXinchen Hui2014-02-281-1/+1
* Revert "Move zend_objects_store_put out of zend_object_std_init"Xinchen Hui2014-02-281-1/+0
* Move zend_objects_store_put out of zend_object_std_initXinchen Hui2014-02-281-0/+1
* Fixed object creating (std_init calls store_put now)Xinchen Hui2014-02-271-1/+0
* Refactoring zend_iterator (incompleted)Xinchen Hui2014-02-271-16/+16
* Refactor basename using zend_stringXinchen Hui2014-02-231-27/+18
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-23/+24
* Use better data structures (incomplete)Xinchen Hui2014-02-161-2/+5
* Use better data structures (incomplete)Xinchen Hui2014-02-151-83/+73
* Use better data structures (incomplete)Xinchen Hui2014-02-141-294/+294
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-3/+8
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-2/+2
|/
* Implement variadic function syntaxNikita Popov2013-09-261-1/+2
* 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