Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix bug #72099: xml_parse_into_struct segmentation fault | Stanislav Malyshev | 2016-06-28 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Unused var | Xinchen Hui | 2016-06-14 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | fix #72206 (xml_parser_create/xml_parser_free leaks mem) | Joe Watkins | 2016-05-14 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | Removed "zend_fcall_info.function_table". It was assigned in many places, ↵ | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | but is never used. | |||||
* | | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Also re bug #71575. | |||||
* | | | | Removed zend_fcall_info.symbol_table | Dmitry Stogov | 2016-03-02 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-03-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: (25 commits) Update NEWS update NEWS fix test file Fix version update NEWS Update NEWS Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request() Fix bug #71637: Multiple Heap Overflow due to integer overflows extend check for add_flag Fixed another segfault with file_cache_only now set version fix nmake clean in phpize mode Fixed segfault with file_cache_only Fixed possible crash at PCRE on MSHUTDOWN Fixed more synchronisation issues during SHM reload Set proper type flags (REFCOUNTED and COPYABLE) according to interned or regular string sync with improvements in NEWS Fixed process synchronisation problem, that may cause crashes after opcache restart Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request() Fix bug #71637: Multiple Heap Overflow due to integer overflows ... | |||||
| * | | | Fix bug #71637: Multiple Heap Overflow due to integer overflows | Stanislav Malyshev | 2016-02-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions. | |||||
* | | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016) | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | |||||
| | * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2015-12-12 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Internal function argumensts cleanup (strict_types) | Xinchen Hui | 2015-12-12 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Make 2nd arg of xml_set_object by value | Nikita Popov | 2015-12-10 | 1 | -2/+2 | |
|/ / / | | | | | | | | | | | | | The argument is not being modified. Probably holdover from PHP 4 days. | |||||
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -35/+35 | |
| | | | | | | | | | | | | semantick changes). | |||||
* | | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix exports | Anatol Belski | 2015-03-23 | 1 | -3/+3 | |
| | | | ||||||
* | | | Optimize zend_string_realloc() add more specialized versions ↵ | Dmitry Stogov | 2015-03-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | zend_string_extend() and zend_string_truncate() | |||||
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | which also comply with the current semantics for such macros | |||||
* | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -20/+62 | |
| | | | ||||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -39/+36 | |
| | | | ||||||
* | | | ext/libxml, ext/xml and ext/soap use static tsrmls pointer | Anatol Belski | 2014-10-17 | 1 | -0/+6 | |
| | | | ||||||
* | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | for better comparability with the mainstream | |||||
* | | | cleanup TSRMLS_FETCH in ext/xml | Anatol Belski | 2014-09-26 | 1 | -3/+0 | |
| | | | ||||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | make xml_utf8_ encode/decode work with size_t | Anatol Belski | 2014-09-14 | 1 | -4/+4 | |
| | | | ||||||
* | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -4/+6 | |
| | | | ||||||
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -4/+4 | |
| | | | ||||||
* | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -4/+4 | |
| | | | ||||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -73/+73 | |
| | | | ||||||
* | | | fix zpp | Anatol Belski | 2014-08-21 | 1 | -8/+8 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-19 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: ext/date/lib/parse_date.c | |||||
| * | | | Fixed encoding support | Dmitry Stogov | 2014-08-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -54/+54 | |
|/ / / | ||||||
* | | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -16/+18 | |
| | | | ||||||
* | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -4/+2 | |
| | | | ||||||
* | | | cleanup | Dmitry Stogov | 2014-06-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug introduced during conversion to "phpng" | Dmitry Stogov | 2014-05-07 | 1 | -1/+2 | |
| | | | ||||||
* | | | Initialize "retval" | Dmitry Stogov | 2014-05-07 | 1 | -27/+10 | |
| | | | ||||||
* | | | Fix memory error in ext/xml | Nikita Popov | 2014-05-05 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixed segfault in _xml_xmlchar_zval | Xinchen Hui | 2014-05-05 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fixed Reference handling in xml_parse_into_struct | Xinchen Hui | 2014-05-05 | 1 | -2/+3 | |
| | | | ||||||
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -37/+37 | |
| | | |