summaryrefslogtreecommitdiff
path: root/ext/spl/tests
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS & Fixed testXinchen Hui2015-12-231-1/+4
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-231-0/+16
|\
| * Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)Xinchen Hui2015-12-231-0/+16
* | Fixed bug #71202 (Autoload function registered by another not activated immed...Xinchen Hui2015-12-231-0/+38
* | Fixed bug #71153Nikita Popov2015-12-171-0/+16
* | Missed one placeXinchen Hui2015-12-041-2/+5
* | Fixed bug #71028 (Undefined index with ArrayIterator)Xinchen Hui2015-12-041-0/+21
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-281-1/+1
* | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-231-0/+24
* | Fixed bug #70868 (PCRE JIT and pattern reuse segfault)Xinchen Hui2015-11-061-0/+32
* | Merge branch 'PHP-5.6' into PHP-7.0Reeze Xia2015-11-051-0/+17
|\ \ | |/
| * Make test for bug #70852 to cover all casesReeze Xia2015-11-051-1/+7
| * Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.Reeze Xia2015-11-051-0/+11
* | Fixed bug #70853 (SplFixedArray throws exception when using ref variable as i...Xinchen Hui2015-11-041-0/+15
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-10-182-5/+30
|\ \ | |/
| * Merge branch 'pull-request/1535' into PHP-5.6Stanislav Malyshev2015-10-182-5/+30
| |\
| | * Bug #70561: Fix DirectoryIterator to throw OutOfBoundsExceptionBishop Bettini2015-09-232-5/+30
* | | Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in s...Xinchen Hui2015-10-171-0/+44
* | | Make necessary separation (it might be possible to fix this in a better way, ...Dmitry Stogov2015-09-251-0/+34
* | | Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks)Dmitry Stogov2015-09-241-0/+15
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-023-0/+154
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-0/+154
| |\ \
| | * \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-013-0/+154
| | |\ \
| | | * | add testStanislav Malyshev2015-09-011-0/+50
| | | * | Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoubly...Stanislav Malyshev2015-09-012-1/+55
| | | * | Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-09-011-0/+50
| * | | | fix dir separatorAnatol Belski2015-08-211-2/+2
| * | | | fix dir separator in testAnatol Belski2015-08-211-1/+1
* | | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-191-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | Fix #70303: Incorrect constructor reflection for ArrayObjectChristoph M. Becker2015-08-191-0/+12
| * | | | Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start)Xinchen Hui2015-08-191-0/+9
* | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-044-0/+104
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-044-0/+104
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-044-0/+104
| | |\ \ | | | |/
| | | * Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoubl...Stanislav Malyshev2015-08-011-0/+30
| | | * Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArra...Stanislav Malyshev2015-08-011-0/+29
| | | * ignore signatures for packages tooStanislav Malyshev2015-08-011-3/+20
| | | * Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-08-011-0/+19
| | | * Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)Stanislav Malyshev2015-07-261-0/+9
* | | | Revert SplFileInfo BC break while keeping fix for assertion removalAnthony Ferrara2015-07-131-1/+1
* | | | Fix issue with SplFileInfo::getExtension() on files with only a leading '.' c...Anthony Ferrara2015-07-131-0/+13
* | | | Fixed #70053 MutlitpleIterator array-keys incompatible change in PHP 7Tjerk Meesters2015-07-131-0/+21
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-07-071-0/+45
|\ \ \ \ | |/ / /
| * | | Fixed bug #69970 (Use-after-free vulnerability in spl_recursive_it_move_forwa...Xinchen Hui2015-07-071-0/+45
* | | | Merge branch 'pull-request/1284'Anatol Belski2015-06-1725-37/+37
|\ \ \ \
| * \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-143-1/+37
| |\ \ \ \
| * | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-177-7/+7
| * | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1724-25/+33
| |\ \ \ \ \
| * | | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1622-34/+34
* | | | | | | Support references in convert_to_*Nikita Popov2015-06-162-0/+35