summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-06-091-0/+1
|\ | | | | | | | | * PHP-5.5: Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
| * Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-06-091-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-0191Matteo Beccati2014-06-091-0/+1
| | | | | | | | | | | | | | | DOMDocument::substituteEntities needs to be set to true in order for external entities to be parsed.
* | | [libxml] Unit test for libxml_disable_entity_loader()Scott MacVicar2014-02-162-0/+42
| | | | | | | | | | | | | | | Summary: Test to make sure libxml_disable_entity_loader() is behaving.
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-01-211-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fixed post deactivate signature in ext\libxml
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-211-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: fixed post deactivate signature in ext\libxml
| | * fixed post deactivate signature in ext\libxmlAnatol Belski2014-01-211-2/+2
| | |
| | * Bump yearXinchen Hui2014-01-032-2/+2
| | |
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * | Bump yearXinchen Hui2014-01-032-2/+2
| | |
* | | Bump yearXinchen Hui2014-01-032-2/+2
| | |
* | | fix test concurrencyMichael Wallner2013-09-182-15/+15
| | |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-101-0/+6
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Add schema default/fixed value support
| * | Merge branch 'pull-request/325' into PHP-5.5Stanislav Malyshev2013-08-101-0/+6
| |\ \ | | | | | | | | | | | | | | | | * pull-request/325: Add schema default/fixed value support
| | * | Add schema default/fixed value supportChris Wright2013-04-121-0/+6
| | |/ | | | | | | | | | | | | Added support for adding fixed/default values during XSD validation and added/updated associated tests
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+2
|/ / | | | | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
|/ | | | | * pull-request/341: (23 commits) typofixes
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-202-18/+17
|\ | | | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h
| * Fixed external entity loadingDmitry Stogov2013-02-202-18/+17
| |
| * Happy New Year~Xinchen Hui2013-01-012-2/+2
| |
* | Happy New YearXinchen Hui2013-01-012-2/+2
| |
* | 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-303-12/+26
|\ \ | |/
| * Fixed bug #63389 (Missing context check on libxml_set_streams_context() ↵Xinchen Hui2012-10-303-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 sectionzoe slattery2012-05-192-4/+3
| |
* | Fix bug #62266Gustavo André dos Santos Lopes2012-06-091-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 sectionzoe slattery2012-05-192-4/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails
| * Fix bug 61720 ext\libxml\tests\bug61367-read.phpt failsAnatoliy Belsky2012-04-161-0/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-04-041-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 Hui2012-04-041-1/+2
| |
* | Merge branch 'sec53' into sec54Stanislav Malyshev2012-03-253-5/+111
|\ \ | |/ | | | | | | * sec53: fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN
| * fix bug #61367 - open_basedir bypass using libxml RSHUTDOWNStanislav Malyshev2012-03-253-5/+111
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * - 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-092-3/+52
| |
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-0/+1
| | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | - Use our external entity loader only in the context of a PHP request.Gustavo André dos Santos Lopes2011-09-021-1/+15
| |
* | fixed libxml testsChristian Stocker2011-08-312-3/+3
| |
* | - Fixed tests when run from outside their directory.Gustavo André dos Santos Lopes2011-08-312-0/+2
| |
* | - 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-302-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 Joye2011-08-291-2/+4
| | | | | | | | using TSRM cannot be done before either
* | - Added libxml_set_external_entity_loader().Gustavo André dos Santos Lopes2011-08-296-3/+381
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |