summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Improve fix for #74145Stanislav Malyshev2017-07-041-5/+10
* | Fixed bug #73793 (WDDX uses wrong decimal seperator)Christoph M. Becker2017-08-132-1/+23
* | Skip this test if ext/session is not availableChristoph M. Becker2017-08-131-0/+1
* | Fix wddxStanislav Malyshev2017-07-041-4/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-043-6/+31
|\ \ | |/
| * Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGVStanislav Malyshev2017-07-043-9/+31
| * fix leak, take 2Anatol Belski2016-12-061-1/+1
| * fix leak, take on 5.6Anatol Belski2016-12-062-2/+2
* | Fixed bug #73173Nikita Popov2017-06-252-0/+28
* | Fix leak in WDDX serializationNikita Popov2017-06-031-4/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-043-3/+3
* | Fix bug #73831 - NULL Pointer Dereference while unserialize php objectStanislav Malyshev2016-12-312-16/+43
* | fix leak, take on 7.xAnatol Belski2016-12-062-4/+7
* | 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-5.6' into PHP-7.0Stanislav Malyshev2016-12-052-0/+24
|\ \ | |/
| * Fix bug #73631 - Invalid read when wddx decodes empty boolean elementStanislav Malyshev2016-12-052-0/+24
* | 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-234-34/+54
| * Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-122-9/+108
| * Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-122-1/+29
* | 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-014-22/+50
* | Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-122-9/+108
* | Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-122-1/+31
* | fix char * vs zend_string *Anatol Belski2016-08-171-1/+1
* | Avoid duplicating stringXinchen Hui2016-08-171-11/+9
* | Revert "fix tests"Anatol Belski2016-08-172-6/+4
* | fix leakAnatol Belski2016-08-171-0/+2
* | 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-163-5/+72
| * Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-162-2/+40
| * Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-162-6/+48
| * Add missing TSRMLS_FETCH()Nikita Popov2016-07-301-0/+1
* | Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-162-4/+46
* | Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-162-1/+39
* | 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-163-1/+64
* | Fix incorrect mergeNikita Popov2016-07-301-6/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-302-1/+21
|\ \ | |/
| * Fixed bug #72142Nikita Popov2016-07-302-1/+21
* | Fixed Bug #72564 boolean always deserialized as "true"Remi Collet2016-07-081-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-07-081-0/+20
|\ \ | |/
| * add test for bug #72564 (7.x regression)Remi Collet2016-07-081-0/+20
| * re-fix leakAnatol Belski2016-06-211-0/+1