summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque...Remi Collet2017-11-281-1/+0
* Fixed bug #69373Tim Toohey2017-06-031-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | abstain from using xmlCleanupParserAnatol Belski2015-02-171-1/+1
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | | Fix typosMartin Jansen2015-01-221-2/+2
* | | Fix bug #64938: libxml_disable_entity_loader setting is shared between threadsMartin Jansen2015-01-221-0/+6
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-24/+24
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-64/+54
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-261-1/+1
|\ \ \
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | | 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/+14
* | | | remove fetches from libxmlkrakjoe2014-09-261-14/+0
|/ / /
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | avoid usage of strlen() in the loopAnatol Belski2014-09-131-8/+8
* | | master renames phase 1Anatol Belski2014-08-251-32/+32
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-32/+32
* | | Allow just set or get context passing NULL pointersDmitry Stogov2014-05-151-2/+6
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-4/+4
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-01-211-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-211-2/+2
| | |\
| | | * fixed post deactivate signature in ext\libxmlAnatol Belski2014-01-211-2/+2
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Fixed compilation warningsDmitry Stogov2014-04-221-1/+1
* | | | Fix libxml external entity loadingNikita Popov2014-04-181-1/+1
* | | | Move libxml_destroy_fci to RSHUTDOWNNikita Popov2014-04-181-3/+8
* | | | Fix libxml/sxe/dom node import/exportNikita Popov2014-04-181-1/+1