summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize
Commit message (Expand)AuthorAgeFilesLines
* Fix issue mentioned in #77302Nikita Popov2019-02-211-0/+28
* Fix tests bareword fallback with error suppressionGuilliam Xavier2019-02-111-0/+0
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1521-27/+11
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1453-181/+181
* Fix ref ID handling when serializing $GLOBALSNikita Popov2018-10-081-0/+22
* Remove superfluous SKIPIF sections of always available interfacesGabriel Caruso2018-07-292-4/+0
* Merge branch 'PHP-7.2'Nikita Popov2018-07-021-0/+53
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-021-0/+53
| |\
| | * Fix test after serialization changeNikita Popov2018-07-021-0/+53
* | | Merge branch 'PHP-7.2'Nikita Popov2018-07-022-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-3/+3
| |\ \ | | |/
| | * Fixed bug #74670Nikita Popov2018-07-022-3/+3
| * | Fix #76300 - Dont attempt to change visibility of a parent privatePedro Magalhães2018-06-171-0/+29
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-06-171-0/+29
|\ \ \
| * | | Fix #76300 - Dont attempt to change visibility of a parent privatePedro Magalhães2018-05-031-0/+29
| |/ /
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2018-17/+17
* | | Remove some references to E_STRICT in testsNikita Popov2018-02-033-7/+1
* | | Add missing SKIPIF sectionChristoph M. Becker2018-02-031-0/+4
* | | Fixed unzserialize(), to disable creation of unsupported data structures thro...Dmitry Stogov2017-10-133-21/+8
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-121-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-121-1/+1
| |\
| | * Fix test failure on 32-bitAnatol Belski2017-09-121-1/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-113-3/+3
|\ \ \ | |/ /
| * | Fix test portabilityAnatol Belski2017-09-113-3/+3
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-113-1/+7
|\ \ \ | |/ /
| * | Fixed bug #75152 (signed integer overflow in parse_iv)Xinchen Hui2017-09-113-1/+7
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-08-151-2/+2
|\ \ \ | |/ /
| * | Made test 32/64-bit independentDmitry Stogov2017-08-151-2/+2
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-08-122-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-122-0/+21
| |\ \ | | |/
| | * Fixed bug #74103 and bug #75054Nikita Popov2017-08-122-0/+21
* | | Fix #49649 - Handle property visibility changes on unserializationPedro Magalhães2017-07-103-0/+135
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-042-1/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-042-1/+11
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-0/+10
| | |\
| | | * Fixed bug #74111Nikita Popov2017-07-042-1/+11
| | | * fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
| | * | Fixed bug #74111Nikita Popov2017-07-041-1/+1
* | | | Merge branch 'PHP-7.1'Remi Collet2017-07-041-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-07-041-1/+1
| |\ \ \ | | |/ /
| | * | Adapt for 32-bits which fails at different offset (49 vs 38)Remi Collet2017-07-041-1/+1
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-07-042-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-042-0/+20
| |\ \ \ | | |/ /
| | * | Fixed bug #74101 and bug #74614Nikita Popov2017-07-042-0/+20
| * | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-011-2/+2
| |\ \ \ | | |/ /
| | * | fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
* | | | Add test for previous commitNikita Popov2017-03-231-0/+55
* | | | Fixed bug #74300xKhorasan2017-03-231-0/+16
* | | | Fix __sleep() returning undefined declared propertiesNikita Popov2017-03-121-0/+29
* | | | Deprecate __autoload()Nikita Popov2017-02-039-41/+39