summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary readobj==writeobj checksNikita Popov2017-12-251-23/+2
* Merge branch 'PHP-7.2'Nikita Popov2017-12-222-0/+37
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-0/+37
| |\
| | * Fixed bug #73209Nikita Popov2017-12-222-0/+37
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-222-4/+40
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-4/+40
| |\ \ | | |/
| | * Fixed bug #75242Nikita Popov2017-12-222-4/+40
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-222-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-0/+27
| |\ \ | | |/
| | * Fixed bug #75717Nikita Popov2017-12-222-0/+27
* | | Move constants into read-only data segmentDmitry Stogov2017-12-151-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-143-3/+3
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-146-8/+8
* | | Remove outdated TODO filesPeter Kokot2017-12-091-4/+0
* | | Fixed bug #74372Nikita Popov2017-12-064-17/+23
* | | Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-301-8/+4
* | | Add zend_object_alloc() APINikita Popov2017-11-256-7/+7
* | | Fix remaining signedness warningsAnatol Belski2017-11-141-1/+1
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-9/+13
* | | RC manipulation cleanup 2Xinchen Hui2017-11-025-31/+11
* | | RC manipulation cleanupXinchen Hui2017-11-011-3/+3
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-272-4/+4
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-1/+4
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-5/+6
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-09-241-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-241-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-09-241-1/+1
| | |\
| | | * Compiler warningXinchen Hui2017-09-241-1/+1
* | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-202-1/+21
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-202-1/+21
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-202-1/+21
| | |\ \ | | | |/
| | | * Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)Christoph M. Becker2017-09-202-1/+21
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-204-8/+4
* | | | 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