115 Commits (b54e8fa231ebca9e90f5464d94803ebb080be8c2)

Author SHA1 Message Date
Gustavo André dos Santos Lopes dc32339c33 - Use our external entity loader only in the context of a PHP request. 15 years ago
Christian Stocker c1d92d7925 fixed libxml tests 15 years ago
Gustavo André dos Santos Lopes 5b544394c4 - Fixed tests when run from outside their directory. 15 years ago
Pierre Joye 4bd71a6c4f - ws 15 years ago
Gustavo André dos Santos Lopes 7bd505021c - Turns out the external entity loader is not a per-thread global but a true 15 years ago
Pierre Joye 7246759277 - fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM cannot be done before either 15 years ago
Gustavo André dos Santos Lopes 0d7e6a73d6 - Added libxml_set_external_entity_loader(). 15 years ago
Felipe Pena 4b30846b50 - Make usage of new PHP_FE_END macro 15 years ago
Christian Stocker 8806c371c8 Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com) 15 years ago
Hannes Magnusson 2c03acef35 Fixed bug #54601 (Removing the doctype node segfaults) 15 years ago
Gustavo André dos Santos Lopes 09b990f499 - Fixed bug #54440: libxml extension ignores default context. 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Pierre Joye a7ffa09e18 - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 15 years ago
Pierre Joye aa0ed267a2 - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert 16 years ago
Dmitry Stogov d8bddb9665 In some SAPI (e.g. FastCGI) we don't need to setup and reset libxml callbacks on each request, we con do it only once. Probably the list of such SAPI may be extended. 16 years ago
Kalle Sommer Nielsen dd8e59da8f Removed safe_mode 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Felipe Pena 9b8f2525aa - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe) 16 years ago
Felipe Pena 71dd1dfd16 - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe) 16 years ago
Hannes Magnusson f3d8a9ad0d MFH: Fix arginfo for libxml_disable_entity_loader() and libxml_use_internal_errors() 17 years ago
Hannes Magnusson fb35a562ef Fix arginfo for libxml_disable_entity_loader() and 17 years ago
Rob Richards f7b30e6578 MFH: add libxml_disable_entity_loader function 17 years ago
Rob Richards b408366658 add libxml_disable_entity_loader function 17 years ago
Felipe Pena b474e18f6c - Removed unused variables 17 years ago
Felipe Pena 8ecf8ede1f - Removed: 17 years ago
Rob Richards 1313c86484 MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version 17 years ago
Rob Richards 6b475098f8 add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version 17 years ago
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Rob Richards 8fc5e99478 MFH: add missing exports 17 years ago
Rob Richards 0c1e5d044c add missing exports 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 18 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Rob Richards 895ba9afc7 MFH: fix warning 18 years ago
Rob Richards 76f6fcb56e fix warning 18 years ago
Rob Richards cb3bc15807 MFH: Visibility (bug #45557) 18 years ago
Rob Richards 7e8013c9cc - Visibility (bug #45557) 18 years ago
Hannes Magnusson 4fb0ceca1b MFH: fix proto 18 years ago
Hannes Magnusson a1420c3e90 Fix proto 18 years ago
Pierre Joye 0ccf442868 - MFB: do not enable libxml or dom when a dep/header/lib is missing 18 years ago
Pierre Joye 41976c7ab6 - do not enable an ext when a lib/header fails 18 years ago
Pierre Joye 5d112c35b7 - do not show libxml as enabled when libs are missing so ADD_EXTENSION_DEP('myext', 'libxml') can do its job 18 years ago
Steph Fox 4be7f4aecd - killed off UEXPECT 18 years ago
Elizabeth Marie Smith 132ecdfa7d MFB and steph's pecl fixes into confutils 18 years ago