From 0c1e5d044cd4c41ac89387a611a89a44b8dfc11e Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Sat, 27 Dec 2008 12:14:56 +0000 Subject: [PATCH] add missing exports --- ext/libxml/php_libxml2.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index 9557b3e34e..42a939ebb8 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -1052,9 +1052,11 @@ xmlTextReaderReadState xmlTextReaderReadString xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGValidate +xmlTextReaderSchemaValidate xmlTextReaderSetErrorHandler xmlTextReaderSetParserProp xmlTextReaderSetStructuredErrorHandler +xmlTextReaderSetup xmlTextReaderStandalone xmlTextReaderValue xmlTextReaderXmlLang -- 2.50.1