summaryrefslogtreecommitdiff
path: root/ext/wddx/tests
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-206-6/+6
* Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-242-0/+33
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-242-0/+33
| |\
| | * Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()Anatol Belski2017-10-242-0/+33
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-131-0/+18
|\ \ \ | |/ /
| * | Fixed bug #73793 (WDDX uses wrong decimal seperator)Christoph M. Becker2017-08-131-0/+18
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-131-0/+1
|\ \ \ | |/ /
| * | Skip this test if ext/session is not availableChristoph M. Becker2017-08-131-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-042-0/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-042-0/+25
| |\ \ | | |/
| | * Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGVStanislav Malyshev2017-07-042-0/+25
| | * fix leak, take on 5.6Anatol Belski2016-12-061-2/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-0/+25
|\ \ \ | |/ /
| * | Fixed bug #73173Nikita Popov2017-06-251-0/+25
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-0/+23
|\ \ \ | |/ /
| * | Fix bug #73831 - NULL Pointer Dereference while unserialize php objectStanislav Malyshev2016-12-311-0/+23
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-061-2/+0
|\ \ \ | |/ /
| * | fix leak, take on 7.xAnatol Belski2016-12-061-2/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-12-051-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-12-051-1/+2
| |\ \ | | |/
| | * This still leaks memory, I don't have enough knowledge in WDDX code to fix th...Stanislav Malyshev2016-12-051-1/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-12-051-0/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-12-051-0/+19
| |\ \ | | |/
| | * Fix bug #73631 - Invalid read when wddx decodes empty boolean elementStanislav Malyshev2016-12-051-0/+19
| | * Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-10-233-2/+19
| | * Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-121-0/+98
| | * Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-121-0/+27
| | * Fix for bug #72790 and bug #72799Stanislav Malyshev2016-08-162-0/+63
| | * Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-161-0/+34
| | * Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-161-0/+34
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-083-2/+19
|\ \ \ | |/ /
| * | Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-11-013-2/+19
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-122-0/+125
|\ \ \ | |/ /
| * | Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-121-0/+98
| * | Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-121-0/+27
* | | fix testAnatol Belski2016-08-181-2/+2
|/ /
* | Revert "fix tests"Anatol Belski2016-08-172-6/+4
* | Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-161-0/+34
* | Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-161-0/+34
* | fix testsAnatol Belski2016-08-162-4/+6
* | add missing skipif sectionAnatol Belski2016-08-161-0/+2
* | Fix for bug #72790 and bug #72799Stanislav Malyshev2016-08-162-0/+63
|/
* Fixed bug #72142Nikita Popov2016-07-301-0/+13
* add test for bug #72564 (7.x regression)Remi Collet2016-07-081-0/+20
* Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-0/+24
|\
| * Fix bug #72340: Double Free Courruption in wddx_deserializeStanislav Malyshev2016-06-121-0/+24
* | Merge branch 'PHP-5.5.33' into PHP-5.6.19Stanislav Malyshev2016-03-011-0/+43
|\ \ | |/
| * Fixed bug #71587 - Use-After-Free / Double-Free in WDDX DeserializeStanislav Malyshev2016-02-141-0/+43
* | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-0/+33
|\ \ | |/