summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1'Dmitry Stogov2017-01-092-1/+63
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-01-092-1/+63
| |\
| | * Fixed bug #73896 (spl_autoload() crashes when calls magic _call())Dmitry Stogov2017-01-092-1/+63
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-0422-22/+22
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-0422-22/+22
| * | Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest)Xinchen Hui2016-12-091-5/+0
| * | Revert "Refix bug #73686"Xinchen Hui2016-12-091-0/+5
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0222-22/+22
* | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-091-5/+0
|\ \ \ | |/ /
| * | Refix bug #73686Xinchen Hui2016-12-091-5/+0
* | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-092-0/+50
|\ \ \ | |/ /
| * | Fixed bug #73686 (Adding settype()ed values to ArrayObject results in referen...Xinchen Hui2016-12-092-0/+50
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2418-35/+35
* | | Fix testNikita Popov2016-11-221-3/+9
* | | Merge branch 'PHP-7.1'Xinchen Hui2016-11-211-0/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-211-0/+15
| |\ \ | | |/
| | * Fix memory leak(null coalescing operator with Spl hash)Tyson Andre2016-11-201-0/+15
| | * More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-13/+13
* | | Fix CRLF line-endings in testsNikita Popov2016-11-2015-308/+308
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-2/+2
* | | Convert numeric keys in object/array castsAndrea Faulds2016-11-141-4/+4
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+4
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-051-13/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-13/+13
| |\ \
| | * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-13/+13
| | |/
* | | Merge branch 'PHP-7.1'Xinchen Hui2016-11-022-4/+81
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-022-4/+81
| |\ \ | | |/
| | * Fixed bug #73423 (Reproducible crash with GDB backtrace)Xinchen Hui2016-11-022-4/+81
* | | Merge branch 'PHP-7.1'Nikita Popov2016-10-162-2/+4
|\ \ \ | |/ /
| * | Fix SplFixedArray::offsetGet() invocation for NULL offsetNikita Popov2016-10-152-2/+4
| * | Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-142-2/+2
| * | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no...Stanislav Malyshev2016-10-141-6/+8
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-10-122-2/+2
|\ \ \ | | |/ | |/|
| * | Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-122-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-6/+8
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/PHP-7.0.12' into PHP-7.0.12Stanislav Malyshev2016-10-113-4/+39
| |\ \
| * | | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no...Stanislav Malyshev2016-10-101-6/+8
* | | | Merge branch 'PHP-7.1'Derick Rethans2016-10-051-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve support for microseconds with Date/TimemicrosecondsDerick Rethans2016-10-051-1/+3
* | | | Merge branch 'PHP-7.1'Nikita Popov2016-09-223-4/+39
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-223-4/+39
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-223-4/+39
| | |\ \ | | | |/ | | |/|
| | | * fix bug related to #865Márcio Almada2016-09-223-4/+39
| | | * Fix testStanislav Malyshev2016-09-121-0/+5
| | | * Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-122-4/+22
* | | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-09-123-2/+24
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-123-2/+24
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0.11' into PHP-7.0Stanislav Malyshev2016-09-123-2/+24
| | |\ \
| | | * | Fix testStanislav Malyshev2016-09-121-0/+5