summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-091-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-091-2/+2
| |\
| | * Fix bug #72884 isCloneable() on SplFileObject should return falseCHU Zhaowei2019-09-091-2/+2
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-7/+13
* | | Fix various instances of memcpy null ubNikita Popov2019-06-191-2/+6
* | | Remove copy argument from php_glob_stream_get_path/patternNikita Popov2019-06-191-1/+1
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-04-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-04-281-1/+1
| |\ \ | | |/
| | * Fix #77024: SplFileObject::__toString() may return arrayCraig Duncan2019-04-281-1/+1
* | | Fix typo in commentsFabien Villepinte2019-04-191-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-181-7/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-7/+6
| |\ \ | | |/
| | * Partial fix for bug #77751Nikita Popov2019-03-181-7/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-031-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-031-1/+1
| | |\
| | | * Fix #77431 SplFileInfo::__construct() accepts NUL bytesChristoph M. Becker2019-03-031-1/+1
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-111-5/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-111-5/+14
| |\ \ \ | | |/ /
| | * | Fix bug #51068 (glob:// do not support current path relative)Ahmed Abdou2019-02-111-5/+14
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | | Removed useless zval_ptr_dtor(return_value)Dmitry Stogov2018-12-261-1/+0
* | | | Allow empty $escape to eschew escaping CSVChristoph M. Becker2018-12-151-18/+41
* | | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-76/+76
* | | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-72/+72
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-221-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-221-0/+3
| |\ \ \ | | |/ /
| | * | 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
* | | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ / /
* | | Removed useless IS_UNDEF checksDmitry Stogov2018-07-311-4/+2
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-6/+3
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-4/+4
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-12/+12
* | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-7/+7
* | | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-1/+1
* | | [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-1/+1
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-2/+4
* | | year++Xinchen Hui2018-01-021-1/+1
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* | | Remove unnecessary readobj==writeobj checksNikita Popov2017-12-251-23/+2