diff options
author | Rob Richards <rrichards@php.net> | 2008-12-27 12:16:12 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2008-12-27 12:16:12 +0000 |
commit | 8fc5e994787b9d125cf389c5d1ac2093acbea653 (patch) | |
tree | fe0e1d9fb2c97bebe84f3ac82f2fa628276c5763 /ext/libxml | |
parent | b4141cc424579f0668ac760c60d9e5938f1a4c41 (diff) | |
download | php-git-8fc5e994787b9d125cf389c5d1ac2093acbea653.tar.gz |
MFH: add missing exports
Diffstat (limited to 'ext/libxml')
-rw-r--r-- | ext/libxml/php_libxml2.def | 2 |
1 files changed, 2 insertions, 0 deletions
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 |