diff options
author | Sterling Hughes <sterling@php.net> | 2003-05-27 22:15:17 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-05-27 22:15:17 +0000 |
commit | 94136f0ccdaa0ebf19dd988e54a186d41757f53b (patch) | |
tree | 9a9d73f9564990236e176b4075c4d41d71c16e5a /ext/simplexml/php_simplexml.h | |
parent | ae2bfb78808099609f516b4be0d4282c528d192a (diff) | |
download | php-git-94136f0ccdaa0ebf19dd988e54a186d41757f53b.tar.gz |
fix __clone()
add schema support
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 2861ab9753..e3a754baa3 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -43,6 +43,7 @@ extern zend_module_entry simplexml_module_entry; #include <libxml/xpath.h> #include <libxml/xpathInternals.h> #include <libxml/xpointer.h> +#include <libxml/xmlschemas.h> PHP_MINIT_FUNCTION(simplexml); PHP_MSHUTDOWN_FUNCTION(simplexml); |