diff options
| author | Rob Richards <rrichards@php.net> | 2008-12-27 12:14:56 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2008-12-27 12:14:56 +0000 |
| commit | 0c1e5d044cd4c41ac89387a611a89a44b8dfc11e (patch) | |
| tree | fb99715ab8d739d49f7b15f79621d1beae2167b4 | |
| parent | d6a1c7a6743ced3e8cbacfabf7d436f528c50cad (diff) | |
| download | php-git-0c1e5d044cd4c41ac89387a611a89a44b8dfc11e.tar.gz | |
add missing exports
| -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 |
