summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-3/+0
|\
| * Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-031-3/+0
| * Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-251-0/+4
* | Make MSVCRT memory leak checking usable for the test suiteChristoph M. Becker2020-01-231-0/+2
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-251-0/+4
* | Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)"Xinchen Hui2019-12-251-2/+0
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)Xinchen Hui2019-12-251-0/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-6/+7
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-6/+7
| |\
| | * Fixed bug #78279Nikita Popov2019-07-121-6/+7
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-2/+3
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Bump minimum libxml version to 2.7.6Nikita Popov2018-09-231-5/+1
* | | Remove PHP_XML_INTERNAL definesNikita Popov2018-09-171-1/+0
* | | Remove IS_EXT_MODULE definesNikita Popov2018-09-161-2/+0
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-221-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-2/+2
| |\
| | * Fixed bug #76777 and added testVille Hukkamaki2018-08-221-2/+2
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.2'Remi Collet2017-11-281-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-281-1/+0
| |\ \ | | |/
| | * Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque...Remi Collet2017-11-281-1/+0
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-2/+3
* | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-3/+1
|/ /
* | Merge branch 'PHP-7.1'Nikita Popov2017-06-031-1/+1
|\ \ | |/
| * Fixed bug #69373Tim Toohey2017-06-031-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in libxmlSara Golemon2016-12-311-13/+16
|/
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-151-1/+1
|\
| * Fix bug #66502: DOM document dangling referenceChristoph M. Becker2016-07-151-1/+1
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Fix bug #71536 Access Violation crashes php-cgi.exeAnatol Belski2016-02-281-0/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | added LIBXML_BIGLINES constantChristoph M. Becker2015-06-081-0/+3
* | introduced DllMain for the main php DLLAnatol Belski2015-06-021-1/+1
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | Merge branch 'PHP-5.6'Anatol Belski2015-03-151-0/+15
|\ \ | |/
| * libxml-2.9.2 compatibilityAnatol Belski2015-03-151-0/+15
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-02-011-0/+6
| |\
| | * Fix bug #64938: libxml_disable_entity_loader setting is shared between threadsMartin Jansen2015-02-011-0/+6