summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-182-7/+24
|\
| * Partial fix for bug #77751Nikita Popov2019-03-182-7/+24
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-032-1/+10
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-032-1/+10
| |\
| | * Fix #77431 SplFileInfo::__construct() accepts NUL bytesChristoph M. Becker2019-03-032-1/+10
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15136-151/+50
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14160-402/+402
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1441-41/+40
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-1339-155/+155
| | * Convert CRLF line endings to LFPeter Kokot2018-10-1317-389/+389
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-112-5/+50
|\ \ \ | |/ /
| * | Fix bug #51068 (glob:// do not support current path relative)Ahmed Abdou2019-02-112-5/+50
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15136-151/+50
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14160-402/+402
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1441-41/+40
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-1339-155/+155
| * | Convert CRLF line endings to LFPeter Kokot2018-10-132-81/+81
* | | Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator)Dmitry Stogov2019-01-141-0/+40
* | | Fix #77360: class_uses causes segfaultLauri Kenttä2018-12-272-1/+20
* | | Fix #77359: spl_autoload causes segfaultLauri Kenttä2018-12-272-1/+15
* | | Fix #77298: segfault occurs when add property to unserialized empty ArrayObjectCHU Zhaowei2018-12-212-1/+31
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15135-149/+50
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-14158-399/+399
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1441-41/+40
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-136-8/+8
* | | Convert CRLF line endings to LFPeter Kokot2018-10-132-81/+81
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-222-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-222-0/+28
| |\ \ | | |/
| | * Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-222-0/+28
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-182-1/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-182-1/+19
| |\ \ | | |/
| | * Add regression test for bug #68175Christoph M. Becker2018-08-181-0/+18
| | * Fix #68175: RegexIterator pregFlags are NULL instead of 0Tim Siebels2018-08-181-1/+1
* | | Removed useless IS_UNDEF checksDmitry Stogov2018-07-314-17/+10
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-2522-42/+0
* | | Give a meaningful nameXinchen Hui2018-07-241-5/+5
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* | | Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+4
* | | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-124-51/+47
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-097-67/+34
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* | | retval shouldn't be NULLDmitry Stogov2018-06-221-3/+5
* | | Reduce spl_autoload() overheadDmitry Stogov2018-06-221-11/+37
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-317-28/+28
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-296-10/+3
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-287-39/+39
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-05-232-1/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-05-232-1/+17
| |\ \ | | |/