summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-181-1/+1
|\
| * Fix #68175: RegexIterator pregFlags are NULL instead of 0Tim Siebels2018-08-181-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-2/+24
|\ \ | |/
| * Fixed bug #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-081-1/+0
| * fix #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-081-2/+25
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-01-271-5/+1
|\ \ | |/
| * Revert "Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature"Christoph M. Becker2018-01-271-5/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-01-271-1/+5
|\ \ | |/
| * Fix #75878: RecursiveTreeIterator::setPostfix has wrong signatureChristoph M. Becker2018-01-271-1/+5
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-09-121-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-121-1/+1
| |\
| | * fix bug #75173 incorrect behavior of AppendIterator::append in foreach loopjhdxr2017-09-121-1/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-041-6/+1
|\ \ \ | |/ /
| * | Revert "Fixed #74977 - Appending AppendIterator leads to segfault"Nikita Popov2017-09-041-6/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Julien Pauli2017-08-011-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2017-08-011-0/+1
| |\ \ | | |/
| | * Fix #75015. Crash in SPL destructorsJulien Pauli2017-08-011-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-251-1/+6
|\ \ \ | |/ /
| * | Fixed #74977 - Appending AppendIterator leads to segfaultandrewnester2017-07-251-1/+6
* | | Avoid string duplication in preg_split()Dmitry Stogov2017-06-281-1/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-06-221-1/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-221-1/+6
| |\ \ | | |/
| | * fix bug #73471 PHP freezes with AppendIteratorjhdxr2017-06-221-1/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | preg_replace() optimizationDmitry Stogov2017-06-071-1/+1
* | | "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-251-7/+0
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-021-4/+10
|\ \ | |/
| * Fixed bug #73423 (Reproducible crash with GDB backtrace)Xinchen Hui2016-11-021-4/+10
| * Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-121-1/+1
* | Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-141-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-221-2/+3
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-221-2/+3
| |\
| | * fix bug related to #865Márcio Almada2016-09-221-2/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-261-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-261-1/+1
| |\ \ | | |/
| | * Fixed bug #72684 (AppendIterator segfault with closed generator)Pierrick Charron2016-07-261-1/+1
| | * Fix 72122 - don't use EH_THROW for calls to getIteratorLoz Calver2016-07-121-0/+6
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-14/+4
|\ \ \
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+2
| * | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-33/+28
| |\ \ \ | | |/ /
| * | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-4/+0
| * | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-11/+5
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-6/+6
| |/ / |/| |
* | | Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as exp...Xinchen Hui2016-04-191-5/+7
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | | |/ | |/|