summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-0/+3
|\
| * Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-221-0/+3
| * year++Xinchen Hui2018-01-021-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Resources should be closed during object destructioin, not during freeing.Dmitry Stogov2017-07-121-15/+31
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+4
|/
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-13/+13
|\
| * More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-13/+13
* | Fixed bug #72888 (Segfault on clone on splFileObject)Xinchen Hui2016-08-191-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-221-3/+6
|\ \ | |/
| * 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-7.0'Christoph M. Becker2016-07-051-1/+1
|\ \ \ | |/ /
| * | 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
* | | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-2/+2
|\ \ \ \
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-1/+1
| * | | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-13/+6
| |\ \ \ \
| * | | | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-1/+1
| * | | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-3/+3
* | | | | | Fixed compilation warningsDmitry Stogov2016-06-281-2/+2
* | | | | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+6
* | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
| |/ / / / |/| | | |
* | | | | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-291-1/+1
|\ \ \ \ \
| * | | | | size_t is unsigned and can't be negativeDmitry Stogov2016-04-291-1/+1
| | |/ / / | |/| | |
| * | | | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-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
* | | | | Remove leftovers of TSRMLS in codeTom Van Looy2015-12-251-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