]> granicus.if.org Git - php/commit
remove global error handling - use of libxml globals is a bad thing
authorRob Richards <rrichards@php.net>
Thu, 10 Jul 2003 11:17:25 +0000 (11:17 +0000)
committerRob Richards <rrichards@php.net>
Thu, 10 Jul 2003 11:17:25 +0000 (11:17 +0000)
commit16fb3e91c02f3e8589cdff20b24a84299865c821
tree989d507ae725ee56b26172424f5d8de41ce1d67a
parent98b74781a5cbf2bec8410880867a609c4e8be407
remove global error handling - use of libxml globals is a bad thing
add domDocument properties for parsing options:
validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities
implement custom parsing to avoid use of globals
implement local errors while parsing
errors displayed until error objects implemented
ext/dom/document.c
ext/dom/php_dom.c
ext/dom/php_dom.h