summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-101-0/+6
|\ \ \ | |/ /
| * | Add schema default/fixed value supportChris Wright2013-04-121-0/+6
| |/
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-201-18/+15
|\
| * Fixed external entity loadingDmitry Stogov2013-02-201-18/+15
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed bug #61557 (Crasher in tt-rss backend.php)Dmitry Stogov2012-11-291-2/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-301-1/+1
|\ \ | |/
| * Fixed bug #63389 (Missing context check on libxml_set_streams_context() cause...Xinchen Hui2012-10-301-1/+1
* | Fix bug #62266Gustavo André dos Santos Lopes2012-06-091-2/+11
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-04-041-1/+2
|\ \ | |/
| * Fixed bug #61617 (Libxml tests failed(ht is already destroyed))Xinchen Hui2012-04-041-1/+2
* | Merge branch 'sec53' into sec54Stanislav Malyshev2012-03-251-5/+5
|\ \ | |/
| * fix bug #61367 - open_basedir bypass using libxml RSHUTDOWNStanislav Malyshev2012-03-251-5/+5
| * - Year++Felipe Pena2012-01-011-1/+1
| * - wsPierre Joye2011-08-301-3/+3
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Fixed bug #54601 (Removing the doctype node segfaults)Hannes Magnusson2011-05-291-1/+1
| * - Fixed bug #54440: libxml extension ignores default context.Gustavo André dos Santos Lopes2011-04-091-3/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Use our external entity loader only in the context of a PHP request.Gustavo André dos Santos Lopes2011-09-021-1/+15
* | - wsPierre Joye2011-08-301-7/+7
* | - Turns out the external entity loader is not a per-thread global but a trueGustavo André dos Santos Lopes2011-08-301-129/+131
* | - fix build, TSRMLS_FETCH must be the last declaration statement and init usi...Pierre Joye2011-08-291-2/+4
* | - Added libxml_set_external_entity_loader().Gustavo André dos Santos Lopes2011-08-291-3/+174
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot ...Christian Stocker2011-07-111-0/+10
* | Fixed bug #54601 (Removing the doctype node segfaults)Hannes Magnusson2011-05-291-1/+1
* | - Fixed bug #54440: libxml extension ignores default context.Gustavo André dos Santos Lopes2011-04-091-4/+2
* | - Year++Felipe Pena2011-01-011-1/+1
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
* | In some SAPI (e.g. FastCGI) we don't need to setup and reset libxml callbacks...Dmitry Stogov2010-08-271-8/+45
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-011-0/+3
* MFH: Fix arginfo for libxml_disable_entity_loader() and libxml_use_internal_e...Hannes Magnusson2009-06-231-2/+2