summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2'Joe Watkins2017-09-122-1/+19
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-09-122-1/+19
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-122-1/+19
| | |\
| | | * fix bug #75173 incorrect behavior of AppendIterator::append in foreach loopjhdxr2017-09-122-1/+19
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-09-043-19/+23
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-043-19/+23
| |\ \ \ | | |/ /
| | * | Add test for bug #75155Nikita Popov2017-09-041-0/+22
| | * | Revert "Fixed #74977 - Appending AppendIterator leads to segfault"Nikita Popov2017-09-042-19/+1
* | | | Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-2/+2
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-75/+0
* | | | Merge branch 'PHP-7.2'Xinchen Hui2017-08-092-4/+32
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-08-092-4/+32
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-08-092-4/+32
| | |\ \ | | | |/
| | | * Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions...Xinchen Hui2017-08-092-4/+32
* | | | Fixed compiler warning(enumeration value ‘SPL_FS_INFO’ not handled in swi...Xinchen Hui2017-08-081-0/+2
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-08-022-0/+40
|\ \ \ \ | |/ / /
| * | | Implement spl_object_id(object $x) : intTyson Andre2017-08-022-0/+40
* | | | Merge branch 'PHP-7.2'Julien Pauli2017-08-011-0/+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
* | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-1/+1
|/ / /
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-252-1/+19
|\ \ \ | |/ /
| * | Fixed #74977 - Appending AppendIterator leads to segfaultandrewnester2017-07-252-1/+19
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-183-53/+145
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-183-53/+145
| |\ \ | | |/
| | * Fixed #74699 - Broken ArrayIterator unserializingandrewnester2017-07-183-51/+145
* | | Resources should be closed during object destructioin, not during freeing.Dmitry Stogov2017-07-121-15/+31
* | | Add NEWS entry and a test for Bug#71412Sara Golemon2017-07-021-0/+16
* | | Fixes Bug #71412 Incorrect ArrayIterator __construct signatureTyson Andre2017-07-021-4/+34
* | | Avoid string duplication in preg_split()Dmitry Stogov2017-06-281-1/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-06-231-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-231-1/+1
| |\ \ | | |/
| | * fix method "eof"danchukas2017-06-231-1/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-06-222-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-222-1/+21
| |\ \ | | |/
| | * fix bug #73471 PHP freezes with AppendIteratorjhdxr2017-06-222-1/+21
* | | preg_replace() optimizationDmitry Stogov2017-06-071-1/+1
* | | Fixed test (backtrace was changed)Dmitry Stogov2017-05-251-8/+7
* | | "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-254-10/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2017-05-242-0/+77
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-05-242-0/+77
| |\ \ | | |/
| | * Fixed bug #74478jhdxr2017-05-242-0/+77
* | | spl_autoload_call() optimizationDmitry Stogov2017-05-101-16/+46
* | | Merge branch 'PHP-7.1'Nikita Popov2017-05-012-1/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-05-012-1/+23
| |\ \ | | |/
| | * Fix typo in SplFixedArray has_dimension implementationNikita Popov2017-05-012-1/+23
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-03-102-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-03-102-2/+2
| |\ \ | | |/
| | * Fixed bug #74218 (ArrayIterator error message is confusing)Xinchen Hui2017-03-102-2/+2