Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport af2b0669 into 5.5 | Anatol Belski | 2015-03-16 | 1 | -0/+15 |
| | |||||
* | Fix bug #64938: libxml_disable_entity_loader setting is shared between threads | Martin Jansen | 2015-02-01 | 1 | -0/+6 |
| | | | | | | | | | | | The availability of entity loading is stored in a module global which previously was only initialized in the GINIT constructor. This had the effect that disabling the entity loader in one request caused subsequent requests hitting the same Apache child process to also have the loader disabled. With this change the loader is explicitely enabled in the request init phase. | ||||
* | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2014-06-09 | 1 | -0/+1 |
|\ | | | | | | | | | * PHP-5.4: Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191 | ||||
| * | Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191 | Matteo Beccati | 2014-06-09 | 1 | -0/+1 |
| | | | | | | | | | | DOMDocument::substituteEntities needs to be set to true in order for external entities to be parsed. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-01-21 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.4: fixed post deactivate signature in ext\libxml | ||||
| * | fixed post deactivate signature in ext\libxml | Anatol Belski | 2014-01-21 | 1 | -2/+2 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'pull-request/325' into PHP-5.5 | Stanislav Malyshev | 2013-08-10 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | * pull-request/325: Add schema default/fixed value support | ||||
| * | | Add schema default/fixed value support | Chris Wright | 2013-04-12 | 1 | -0/+6 |
| |/ | | | | | | | | | Added support for adding fixed/default values during XSD validation and added/updated associated tests | ||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
|/ | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-20 | 2 | -18/+17 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h | ||||
| * | Fixed external entity loading | Dmitry Stogov | 2013-02-20 | 2 | -18/+17 |
| | | |||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | | |||||
* | | Fixed bug #61557 (Crasher in tt-rss backend.php) | Dmitry Stogov | 2012-11-29 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-30 | 3 | -12/+26 |
|\ \ | |/ | |||||
| * | Fixed bug #63389 (Missing context check on libxml_set_streams_context() ↵ | Xinchen Hui | 2012-10-30 | 3 | -12/+26 |
| | | | | | | | | | | | | | | causes memleak) Simply change the expect parameter type, the valid of the resource will be checked in using time. | ||||
| * | Fix: 62067 Moved comments to FILE section | zoe slattery | 2012-05-19 | 2 | -4/+3 |
| | | |||||
* | | Fix bug #62266 | Gustavo André dos Santos Lopes | 2012-06-09 | 1 | -2/+11 |
| | | | | | | | | | | | | Custom extension segfaults during xmlParseFile with FPM SAPI because the regular list is not prepared during the MINIT phase and our custom external entity loader tries to open PHP streams. | ||||
* | | Fix: 62067 Moved comments to FILE section | zoe slattery | 2012-05-19 | 2 | -4/+3 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails | ||||
| * | Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-04-04 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #61617 (Libxml tests failed(ht is already destroyed)) Cherry-pick 4cc74767 Conflicts: NEWS | ||||
| * | Fixed bug #61617 (Libxml tests failed(ht is already destroyed)) | Xinchen Hui | 2012-04-04 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'sec53' into sec54 | Stanislav Malyshev | 2012-03-25 | 3 | -5/+111 |
|\ \ | |/ | | | | | | | * sec53: fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN | ||||
| * | fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN | Stanislav Malyshev | 2012-03-25 | 3 | -5/+111 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | - ws | Pierre Joye | 2011-08-30 | 1 | -3/+3 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #54601 (Removing the doctype node segfaults) | Hannes Magnusson | 2011-05-29 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #54440: libxml extension ignores default context. | Gustavo André dos Santos Lopes | 2011-04-09 | 2 | -3/+52 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
| * | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -0/+1 |
| | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
* | | - Use our external entity loader only in the context of a PHP request. | Gustavo André dos Santos Lopes | 2011-09-02 | 1 | -1/+15 |
| | | |||||
* | | fixed libxml tests | Christian Stocker | 2011-08-31 | 2 | -3/+3 |
| | | |||||
* | | - Fixed tests when run from outside their directory. | Gustavo André dos Santos Lopes | 2011-08-31 | 2 | -0/+2 |
| | | |||||
* | | - ws | Pierre Joye | 2011-08-30 | 1 | -7/+7 |
| | | |||||
* | | - Turns out the external entity loader is not a per-thread global but a true | Gustavo André dos Santos Lopes | 2011-08-30 | 2 | -130/+131 |
| | | | | | | | | | | | | global. Changed code accordingly; however, applications that embed PHP and also use libxml2 may be affected negatively. | ||||
* | | - fix build, TSRMLS_FETCH must be the last declaration statement and init ↵ | Pierre Joye | 2011-08-29 | 1 | -2/+4 |
| | | | | | | | | using TSRM cannot be done before either | ||||
* | | - Added libxml_set_external_entity_loader(). | Gustavo André dos Santos Lopes | 2011-08-29 | 6 | -3/+381 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot ↵ | Christian Stocker | 2011-07-11 | 1 | -0/+10 |
| | | | | | | | | | | | | | | com) (MFT - Merged from Trunk) | ||||
* | | Fixed bug #54601 (Removing the doctype node segfaults) | Hannes Magnusson | 2011-05-29 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #54440: libxml extension ignores default context. | Gustavo André dos Santos Lopes | 2011-04-09 | 2 | -4/+53 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
* | | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵ | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
| | | | | | | | | generate the install-headers cmd |