summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Expand)AuthorAgeFilesLines
* fix wddx mergephp-7.0.4PHP-7.0.4Stanislav Malyshev2016-03-021-2/+2
* Merge branch 'PHP-5.6.19' into PHP-7.0.4Stanislav Malyshev2016-03-012-3/+57
|\
| * Merge branch 'PHP-5.5.33' into PHP-5.6.19Stanislav Malyshev2016-03-012-4/+58
| |\
| | * Fixed bug #71587 - Use-After-Free / Double-Free in WDDX DeserializeStanislav Malyshev2016-02-142-4/+58
* | | Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-012-1/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-012-1/+35
| |\ \ | | |/
| | * Fix bug #71335: Type Confusion in WDDX Packet DeserializationStanislav Malyshev2016-01-132-1/+35
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-01-053-69/+167
| |\ \ | | |/
| | * Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization)Stanislav Malyshev2015-12-282-1/+70
| | * Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerab...Stanislav Malyshev2015-12-282-68/+97
| | * Bump yearXinchen Hui2015-01-153-3/+3
| | * Bump yearXinchen Hui2014-01-033-3/+3
* | | re-apply the patch from 1785d2b805f64eaaacf98c14c9e13107bf085ab1Anatol Belski2016-01-042-0/+30
* | | Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization)Stanislav Malyshev2016-01-042-1/+70
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-013-3/+3
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-3/+3
* | | wddx_add_vars() returns a boolRasmus Lerdorf2015-07-191-1/+1
* | | Fixed signed/unsigned warnings in wddxNikita Popov2015-07-171-16/+12
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+4
* | | Clean up some type conversionsNikita Popov2015-04-271-6/+3
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
* | | more fixes to the shared compilationAnatol Belski2015-03-231-0/+10
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-3/+3
* | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2015-02-081-0/+15
|\ \ \ | |/ /
| * | add tests for #68996manuel2015-02-071-0/+15
| * | Invalid free of CG(interned_empty_string)manuel2015-02-061-2/+2
| * | bump yearXinchen Hui2015-01-153-3/+3
* | | Ported wddxXinchen Hui2015-02-031-7/+5
* | | bump yearXinchen Hui2015-01-153-3/+3
* | | trailing whitespace removalStanislav Malyshev2015-01-102-62/+62
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-38/+32
* | | fix some datatype mismatchesAnatol Belski2014-11-182-3/+4
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-212-2/+2
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-193-3/+3
* | | Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-2/+3
* | | fix typeAnatol Belski2014-09-121-4/+4
* | | fix typoAnatol Belski2014-08-271-1/+1
* | | fixed php_wddx_packet_start signatureAnatol Belski2014-08-271-1/+1
* | | 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | | Fix zend_longo_strNikita Popov2014-08-251-3/+3
* | | master renames phase 1Anatol Belski2014-08-251-33/+33
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-20/+20
* | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-4/+2
* | | Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-12/+22