summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* 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-012-2/+2
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* | Fixed bug #70535 (XSLT: free(): invalid pointer)Xinchen Hui2015-09-201-1/+1
* | 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-4/+4
* | added LIBXML_BIGLINES constantChristoph M. Becker2015-06-081-0/+3
* | added tests for bug #54138Christoph M. Becker2015-06-083-0/+72
* | replaced / in filename with DIRECTORY_SEPARATOR according to performance warn...Christoph M. Becker2015-06-081-1/+1
* | added SKIPIF conditional to check for DOM availabilityChristoph M. Becker2015-06-081-0/+1
* | added XFAIL test for bug #69753Christoph M. Becker2015-06-082-0/+22
* | introduced DllMain for the main php DLLAnatol Belski2015-06-021-1/+1
* | extend libxml exportsAnatol Belski2015-05-131-0/+2
* | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
* | 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-152-2/+2
| * | bump yearXinchen Hui2015-01-152-2/+2
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-06-091-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-06-091-0/+1
| | |\
| | | * Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-091-0/+1
| * | | [libxml] Unit test for libxml_disable_entity_loader()Scott MacVicar2014-02-162-0/+42
* | | | abstain from using xmlCleanupParserAnatol Belski2015-02-171-1/+1
* | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | | | 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-152-2/+2
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-24/+24
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-75/+65
* | | | 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
* | | | | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
* | | | | ext/libxml, ext/xml and ext/soap use static tsrmls pointerAnatol Belski2014-10-174-3/+12
* | | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+14
* | | | | remove fetches from libxmlkrakjoe2014-09-261-14/+0
|/ / / /
* | | | Rename smart_str_append to smart_str_append_smart_strNikita Popov2014-09-211-1/+1
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | | | 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
* | | | Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-091-0/+1
* | | | Allow just set or get context passing NULL pointersDmitry Stogov2014-05-151-2/+6
* | | | Fixed SimpleXMl build with DOMXinchen Hui2014-05-041-0/+7