summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
|\
| * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | fix newsJoe Watkins2016-11-122-3/+29
|\ \ | |/
| * fixed bug generated by fixes bug #73135Edgar R. Sandi2016-11-121-1/+3
| * phpt file to bug #73135Edgar R. Sandi2016-11-121-0/+24
| * fixes bug #73135Edgar R. Sandi2016-11-121-4/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-202-3/+3
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-202-3/+3
| |\
| | * Improvements to fix #72714, suggested by nikicChristoph M. Becker2016-08-202-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-202-6/+49
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-202-6/+49
| |\ \ | | |/
| | * Fix #72714: _xml_startElementHandler() segmentation faultChristoph M. Becker2016-08-202-8/+51
| * | Unused varXinchen Hui2016-08-171-1/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-172-1/+76
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-172-1/+76
| |\ \ | | |/
| | * #72085: SEGV on unknown address zif_xml_parseChristoph M. Becker2016-08-172-1/+76
| * | fix #72206 (xml_parser_create/xml_parser_free leaks mem)Joe Watkins2016-05-141-3/+4
* | | Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-06-281-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-231-2/+2
* | | Unused varXinchen Hui2016-06-141-1/+0
* | | fix #72206 (xml_parser_create/xml_parser_free leaks mem)Joe Watkins2016-05-141-3/+4
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-271-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-272-30/+47
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-262-53/+70
| | |\
| | | * Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-04-262-53/+70
| | | * Bump yearXinchen Hui2015-01-154-4/+4
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-03-032-2/+2
|\ \ \ \ | |/ / /
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-03-011-1/+1
|\ \ \ \ | |/ / /
| * | | Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
* | | | Remove version checksNikita Popov2016-01-301-3/+1
* | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-014-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-4/+4
| |\ \ \ | | |/ /
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
* | | | 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
|/ / /
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-091-0/+2
|\ \ \ | |/ /
| * | Skip test for old glibc iconvChristoph M. Becker2015-09-091-0/+2
| * | bump yearXinchen Hui2015-01-154-4/+4
| |/
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-35/+35
* | improve searchability for libxml2 headersAnatol Belski2015-05-101-2/+5
* | Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-1/+1
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+5
* | fix exportsAnatol Belski2015-03-234-54/+61
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-4/+4