summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
| | | |
* | | | Remove version checksNikita Popov2016-01-301-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 Kaplan2016-01-011-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.0Lior Kaplan2016-01-011-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | | |
| | * | bump yearXinchen Hui2015-01-151-1/+1
| | | |
* | | | Merge branch 'PHP-7.0'Xinchen Hui2015-12-121-3/+3
|\ \ \ \ | |/ / /
| * | | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-3/+3
| | | |
* | | | Make 2nd arg of xml_set_object by valueNikita Popov2015-12-101-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 Stogov2015-06-301-35/+35
| | | | | | | | | | | | semantick changes).
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
| | |
* | | fix exportsAnatol Belski2015-03-231-3/+3
| | |
* | | Optimize zend_string_realloc() add more specialized versions ↵Dmitry Stogov2015-03-201-4/+4
| | | | | | | | | | | | zend_string_extend() and zend_string_truncate()
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
| | | | | | | | | | | | which also comply with the current semantics for such macros
* | | Cleanup resource handling APIsXinchen Hui2015-02-021-20/+62
| | |
* | | bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-39/+36
| | |
* | | ext/libxml, ext/xml and ext/soap use static tsrmls pointerAnatol Belski2014-10-171-0/+6
| | |
* | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+3
| | | | | | | | | | | | for better comparability with the mainstream
* | | cleanup TSRMLS_FETCH in ext/xmlAnatol Belski2014-09-261-3/+0
| | |
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| | |
* | | make xml_utf8_ encode/decode work with size_tAnatol Belski2014-09-141-4/+4
| | |
* | | 's' works with size_t round 3Anatol Belski2014-08-271-4/+6
| | |
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
| | |
* | | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
| | |
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
| | |
* | | master renames phase 1Anatol Belski2014-08-251-73/+73
| | |
* | | fix zppAnatol Belski2014-08-211-8/+8
| | |
* | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ext/date/lib/parse_date.c
| * | | Fixed encoding supportDmitry Stogov2014-08-191-1/+1
| | | |
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-54/+54
|/ / /
* | | cleanupDmitry Stogov2014-08-131-16/+18
| | |
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-4/+2
| | |
* | | cleanupDmitry Stogov2014-06-031-1/+1
| | |
* | | Fixed bug introduced during conversion to "phpng"Dmitry Stogov2014-05-071-1/+2
| | |
* | | Initialize "retval"Dmitry Stogov2014-05-071-27/+10
| | |
* | | Fix memory error in ext/xmlNikita Popov2014-05-051-1/+3
| | |
* | | Fixed segfault in _xml_xmlchar_zvalXinchen Hui2014-05-051-1/+2
| | |
* | | Fixed Reference handling in xml_parse_into_structXinchen Hui2014-05-051-2/+3
| | |
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-37/+37
| | |
* | | Refactor XML (incompleted)Xinchen Hui2014-05-031-386/+318
| | |
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-11/+19
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Eliminate compiler warnings: "warning: pointer targets in initialization ↵Christopher Jones2013-08-201-4/+4
| | | | differ in signedness"
* Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2013-07-061-40/+50
|\ | | | | | | | | | | # By Rob Richards (1) * PHP-5.3: truncate results at depth of 255 to prevent corruption
| * truncate results at depth of 255 to prevent corruptionRob Richards2013-07-061-40/+50
| |
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |