summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize
Commit message (Expand)AuthorAgeFilesLines
* Bug #72663 - part 3Nikita Popov2016-08-171-0/+17
* Bug #72663 - part 2Nikita Popov2016-08-171-0/+27
* Bug #72663 - part 1Nikita Popov2016-08-171-0/+56
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-07-123-7/+8
|\
| * backport to 5.6 (we should not unset the default value)Xinchen Hui2016-07-122-3/+0
* | Fixed bug #72229 (Wrong reference when serialize/unserialize an object)Xinchen Hui2016-05-171-0/+53
* | Fixed bug #71995 (Returning the same var twice from __sleep() produces broken...Xinchen Hui2016-04-091-0/+27
* | Fixed bug #71940 (Unserialize crushes on restore object reference)Xinchen Hui2016-04-071-0/+67
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-171-0/+9
|\ \ | |/
| * Fixed bug #71840 (Unserialize accepts wrongly data)Xinchen Hui2016-03-171-0/+9
| * Skip serialize test if ext/session is not loadedStanislav Malyshev2015-10-181-1/+3
* | fix dir separatorAnatol Belski2016-02-022-6/+6
* | Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unseri...Stanislav Malyshev2016-01-171-0/+14
* | Fixed bug #71311: Use-after-free vulnerability in SPL(ArrayObject, unserialize)Stanislav Malyshev2016-01-171-0/+16
* | Also fixed 'r'Xinchen Hui2015-11-241-1/+17
* | Fixed bug #70963 (Unserialize shows UNKNOW in result)Xinchen Hui2015-11-241-0/+22
* | Add some tests for unserialize() class filteringSara Golemon2015-10-062-0/+81
* | check for test requirementAnatol Belski2015-09-251-0/+6
* | Seems master is not affectedXinchen Hui2015-09-021-3/+1
* | Fixed testXinchen Hui2015-09-021-2/+2
* | Merge branch 'PHP-5.6'Julien Pauli2015-09-021-0/+46
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-0/+46
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.5.29Stanislav Malyshev2015-09-012-0/+70
| | |\
| | * \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-0/+52
| | |\ \
| | * | | More fixes for bug #70219Stanislav Malyshev2015-08-281-0/+46
| | * | | Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-08-251-0/+38
| | |\ \ \
* | | | | | Temporary add XFAILs, will fix soonStanislav Malyshev2015-09-022-0/+4
* | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-023-0/+162
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-0/+160
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-013-0/+160
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Improve fix for #70172Stanislav Malyshev2015-09-012-0/+70
| | | | |/ | | | |/|
| | | * | Fix bug #70172 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-08-311-0/+52
| | | |/
| | | * Fix bug #70219 (Use after free vulnerability in session deserializer)Stanislav Malyshev2015-08-231-0/+38
| * | | fix dir separator in testAnatol Belski2015-08-211-3/+3
* | | | fix testAnatol Belski2015-08-101-3/+3
* | | | fix mergeStanislav Malyshev2015-08-041-1/+1
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-042-0/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-042-0/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-042-0/+18
| | |\ \ | | | |/
| | | * Fix #69793 - limit what we accept when unserializing exceptionStanislav Malyshev2015-08-012-0/+18
* | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* | | | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* | | | Fixed test in PHP7Xinchen Hui2015-04-141-1/+1
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+16
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+16
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+16
| | |\ \ | | | |/
| | | * More fixes for bug #69152Stanislav Malyshev2015-04-111-0/+16
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-171-0/+37
| | |\ \ | | | |/
| * | | Renamed test case to match with reported bugJuan Basso2015-03-221-0/+0
| * | | Fixed serialization of non string values on __sleepJuan Basso2015-03-221-0/+51