summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-2/+2
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-20/+7
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-2/+6
* Merge branch 'PHP-5.6'Julien Pauli2015-02-201-4/+7
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-02-201-4/+7
| |\
| | * fix #68557Julien Pauli2015-02-201-4/+7
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-3/+1
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | Fixed #68915 (wrong assertion here)Xinchen Hui2015-01-271-1/+0
* | | fix buildAndrea Faulds2015-01-181-1/+1
* | | Fixed #68832 (Unchecked return value)Xinchen Hui2015-01-171-1/+4
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-103/+103
* | | Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-1/+1
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-275/+275
* | | Merge branch 'PHP-5.6'Julien Pauli2014-12-051-4/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-051-4/+12
| |\ \ | | |/
| | * Fixed #68479 - Added escape parameter to SplFileObject::fputcsvPeter Cowburn2014-12-051-4/+12
| * | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-12-041-0/+3
| |\ \ | | |/
| | * Fixed #65213 - cannot cast SplFileInfo to booleanTjerk Meesters2014-12-041-0/+3
* | | cleanup uneeded castRemi Collet2014-12-011-2/+2
* | | Merge branch 'PHP-5.6'Julien Pauli2014-11-291-20/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-291-22/+18
| |\ \ | | |/
| | * SPL: Fix for bug 66405 RecursiveDirectoryIterator with CURRENT_AS_PATHNAMEPaul Garvin2014-11-291-22/+18
* | | fix datatype mismatchesAnatol Belski2014-10-291-13/+15
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-4/+5
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* | | fix signed/unsigned mismatchAnatol Belski2014-09-161-1/+6
* | | 's' works with size_t round 4Anatol Belski2014-08-271-5/+5
* | | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* | | 's' works with size_t round 2Anatol Belski2014-08-271-10/+12
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | | master renames phase 1Anatol Belski2014-08-251-76/+76
* | | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | | fix zppAnatol Belski2014-08-211-1/+1
* | | more fixes to ext/splAnatol Belski2014-08-201-4/+4
* | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-21/+21
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-38/+38
* | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-4/+91
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-261-6/+91
| |\ \ \ | | |/ /
| | * | Fix SPL objects initialization checksStanislav Malyshev2014-07-261-6/+91
| * | | Merge branch 'PHP-5.6'Xinchen Hui2014-06-011-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-06-011-0/+2
| | |\ \ | | | |/
| | | * 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