summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-13/+13
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-221-3/+6
|\
| * Fix #72646: SplFileObject::getCsvControl does not return the escape characterChristoph M. Becker2016-07-221-3/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-051-1/+1
|\ \ | |/
| * Fix bug #55701: GlobIterator throws LogicExceptionValentin VALCIU2016-07-051-1/+1
| * Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-102/+106
| |\
| | * Fix bug #72262 - do not overflow intStanislav Malyshev2016-06-151-107/+111
* | | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | These function docs are referencing zend_object_value but this should be zend...Tom Van Looy2015-12-241-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-10-181-1/+2
|\ \ \ | |/ /
| * | Bug #70561: Fix DirectoryIterator to throw OutOfBoundsExceptionBishop Bettini2015-09-231-1/+2
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-081-1/+1
| |\ \ | | |/
| | * Fix bug #67805 - SplFileObject setMaxLineLength.Willian Gustavo Veiga2015-06-081-1/+1
* | | Cleanup: don't keep useless dangling pointerDmitry Stogov2015-09-221-6/+1
* | | Revert SplFileInfo BC break while keeping fix for assertion removalAnthony Ferrara2015-07-131-3/+1
* | | Fix issue with SplFileInfo::getExtension() on files with only a leading '.' c...Anthony Ferrara2015-07-131-2/+3
* | | Cleanup (avoid reallocation).Dmitry Stogov2015-07-011-5/+1
* | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-9/+18
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | | Fix more proto commentsRasmus Lerdorf2015-06-231-4/+4
* | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-6/+6
* | | Fix bug #67805 - SplFileObject setMaxLineLength.Willian Gustavo Veiga2015-06-081-1/+1
* | | 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
|\ \ \ | |/ /