78 Commits (bfad3071cd91b1974be856431de989b9d2b9f35c)

Author SHA1 Message Date
Rob Richards 9d99a820e1 MFH: starting with 2.6.30, standard libxml2 build can be used 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Antony Dovgal d5a59064f9 MFH 19 years ago
Rob Richards b96a8a79ba Fixed Bug #42112 (deleting a node produces memory corruption) 19 years ago
Jani Taskinen 10a6af6bd0 MFH: cs+ws+compile warning fixes 19 years ago
foobar 7ed3c4536d MFH: Fix some configure --help texts 19 years ago
Ilia Alshanetsky 161ab0aa50 Fixed bug #41724 (libxml_get_last_error() - errors survice request scope). 19 years ago
Rob Richards 7846ed2e84 fix bug #40598 (libxml segfault) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Nuno Lopes ec46e5e510 mark a few variables and functions as static 20 years ago
Rob Richards 36505f802c MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27) 20 years ago
Rob Richards f11c99638e MFH: update def file (2.6.26) 20 years ago
Edin Kadribasic cb5ad145ab Fixed bug #38190 (threading issues on windows 2003) 20 years ago
Nuno Lopes 4cff5db8f4 int->zend_bool where possible 20 years ago
Antony Dovgal 07b5c8fe2a MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement) 20 years ago
Dmitry Stogov d550c270ce Fixed memory leak 20 years ago
Nuno Lopes 38e47dd0bb add new tests. bump code coverage to more than 80% 20 years ago
Hannes Magnusson d258bcd951 MFH: Removed obsolete arginfo include 20 years ago
Hannes Magnusson aae5df3ffd MFH: arg ifno 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Rob Richards 3997d6663b MFH: move document property struct from xml_common.h 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Edin Kadribasic 60db0632dd Updated to libxml2 to 2.6.22, thanks to rrichards 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Rasmus Lerdorf aa749a1269 Missing }}} 21 years ago
Rob Richards fbda9ce9f4 MFH: only need context set once 21 years ago
Rob Richards 646500bfe9 MFH: insure stream usage 21 years ago
Rob Richards 6818826bbd MFH: add additional constants 21 years ago
Rob Richards 293beeb74a MFH: Fix URI escaping 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar a20383ba06 - Unify the "configure --help" texts 21 years ago
foobar 626253940e - Added PHP_INSTALL_HEADERS() macro 21 years ago
foobar e0c4f9b9be - Possible fix for bug #32778 21 years ago
Pierre Joye ee49617830 - WS 21 years ago
Pierre Joye 4901a8e2b8 - create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants 21 years ago
Frank M. Kromann 9d0e081c56 Kill warnings. There should be no need for this flag as it's already defined in libxml headers. 21 years ago
Rob Richards b7cf6f4539 add function to allow extensions to use new error handling if set by user 21 years ago
Rob Richards 4967138514 initial cut of new error handling 21 years ago
Rob Richards 6a64418809 add NONET flag to disable network access when loading xml 21 years ago
Rob Richards 8450fae834 Fixed bug #31361 (simplexml/domxml segfault when adding node twice) 21 years ago
Rob Richards 4cea708b21 define options that can be used when loading documents 22 years ago
Dmitry Stogov 9c5661f05d Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob) 22 years ago
Rob Richards ccb99d0a1e implement php_libxml_xmlCheckUTF8 22 years ago
Rob Richards 963200c74c Fixed bug #29945 (simplexml_load_file URL limitation 255 char) 22 years ago
Frank M. Kromann 5c412842d9 Move iconv exports to the iconv extension and make libxml depend on iconv 22 years ago
Edin Kadribasic a0a046ca09 New libxml2 version for windows build. 22 years ago
Rob Richards a1c33af793 export php_libxml_error_handler for win32 build 22 years ago
Christian Stocker a497e9bf75 use php_error_docref for libxml2 errors 22 years ago
Rob Richards 22b70fcb31 MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object) 22 years ago