summaryrefslogtreecommitdiff
path: root/ext/wddx/wddx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-131-1/+5
|\
| * Fixed bug #73793 (WDDX uses wrong decimal seperator)Christoph M. Becker2017-08-131-1/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-041-5/+2
|\ \ | |/
| * Fix wddxStanislav Malyshev2017-07-041-4/+1
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-6/+6
| |\
| | * Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGVStanislav Malyshev2017-07-041-9/+6
| | * fix leak, take 2Anatol Belski2016-12-061-1/+1
| | * fix leak, take on 5.6Anatol Belski2016-12-061-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-0/+3
|\ \ \ | |/ /
| * | Fixed bug #73173Nikita Popov2017-06-251-0/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-031-4/+0
|\ \ \ | |/ /
| * | Fix leak in WDDX serializationNikita Popov2017-06-031-4/+0
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-16/+20
|\ \ \ | |/ /
| * | Fix bug #73831 - NULL Pointer Dereference while unserialize php objectStanislav Malyshev2016-12-311-16/+20
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-061-2/+7
|\ \ \ | |/ /
| * | fix leak, take on 7.xAnatol Belski2016-12-061-2/+7
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-12-051-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-12-051-0/+5
| |\ \ | | |/
| | * Fix bug #73631 - Invalid read when wddx decodes empty boolean elementStanislav Malyshev2016-12-051-0/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-081-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-081-0/+1
| |\ \ | | |/
| | * fix memory leakAnatol Belski2016-11-081-0/+1
| | * Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-10-231-32/+35
| | * Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-121-9/+10
| | * Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-121-1/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-081-21/+30
|\ \ \ | |/ /
| * | remove unreferenced var came in with mergeAnatol Belski2016-11-011-2/+0
| * | Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-11-011-20/+31
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-10/+14
|\ \ \ | |/ /
| * | Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-121-9/+10
| * | Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-121-1/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-171-1/+1
|\ \ \ | |/ /
| * | fix char * vs zend_string *Anatol Belski2016-08-171-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-11/+9
|\ \ \ | |/ /
| * | Avoid duplicating stringXinchen Hui2016-08-171-11/+9
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-171-0/+2
|\ \ \ | |/ /
| * | fix leakAnatol Belski2016-08-171-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-10/+25
|\ \ \ | |/ /
| * | Bug #72663 - part 3Nikita Popov2016-08-171-1/+1
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-08-171-4/+7
| |\ \ | | |/
| | * Fix for bug #72790 and bug #72799Stanislav Malyshev2016-08-161-5/+9
| | * Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-161-2/+6
| | * Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-161-6/+14
| | * Add missing TSRMLS_FETCH()Nikita Popov2016-07-301-0/+1
| * | Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-161-4/+12
| * | Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-161-1/+5
| * | Fix for bug #72790 and bug #72799Stanislav Malyshev2016-08-161-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-301-6/+4
|\ \ \ | |/ /