Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque... | Remi Collet | 2017-11-28 | 1 | -1/+0 |
* | Fixed bug #69373 | Tim Toohey | 2017-06-03 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-15 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug #66502: DOM document dangling reference | Christoph M. Becker | 2016-07-15 | 1 | -1/+1 |
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | | Fix bug #71536 Access Violation crashes php-cgi.exe | Anatol Belski | 2016-02-28 | 1 | -0/+3 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -1/+0 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
* | | added LIBXML_BIGLINES constant | Christoph M. Becker | 2015-06-08 | 1 | -0/+3 |
* | | introduced DllMain for the main php DLL | Anatol Belski | 2015-06-02 | 1 | -1/+1 |
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-03-15 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | libxml-2.9.2 compatibility | Anatol Belski | 2015-03-15 | 1 | -0/+15 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-02-01 | 1 | -0/+6 |
| |\ | |||||
| | * | Fix bug #64938: libxml_disable_entity_loader setting is shared between threads | Martin Jansen | 2015-02-01 | 1 | -0/+6 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | | | abstain from using xmlCleanupParser | Anatol Belski | 2015-02-17 | 1 | -1/+1 |
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -2/+2 |
* | | | Fix typos | Martin Jansen | 2015-01-22 | 1 | -2/+2 |
* | | | Fix bug #64938: libxml_disable_entity_loader setting is shared between threads | Martin Jansen | 2015-01-22 | 1 | -0/+6 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -24/+24 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -64/+54 |
* | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | | | | ext/libxml, ext/xml and ext/soap use static tsrmls pointer | Anatol Belski | 2014-10-17 | 1 | -0/+6 |
* | | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+14 |
* | | | | remove fetches from libxml | krakjoe | 2014-09-26 | 1 | -14/+0 |
|/ / / | |||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | avoid usage of strlen() in the loop | Anatol Belski | 2014-09-13 | 1 | -8/+8 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -32/+32 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -32/+32 |
* | | | Allow just set or get context passing NULL pointers | Dmitry Stogov | 2014-05-15 | 1 | -2/+6 |
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -4/+4 |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-01-21 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-01-21 | 1 | -2/+2 |
| | |\ | |||||
| | | * | fixed post deactivate signature in ext\libxml | Anatol Belski | 2014-01-21 | 1 | -2/+2 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2014-04-22 | 1 | -1/+1 |
* | | | | Fix libxml external entity loading | Nikita Popov | 2014-04-18 | 1 | -1/+1 |
* | | | | Move libxml_destroy_fci to RSHUTDOWN | Nikita Popov | 2014-04-18 | 1 | -3/+8 |
* | | | | Fix libxml/sxe/dom node import/export | Nikita Popov | 2014-04-18 | 1 | -1/+1 |