diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-18 03:20:53 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-18 03:20:53 +0000 |
commit | 8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (patch) | |
tree | b200bbd8353d472462fbcb9660adf2a0d961b0a7 /ext/xml/php_xml.h | |
parent | cce755591b2091f0d92422b5031ca40d27a6e55a (diff) | |
download | php-git-8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2.tar.gz |
More php3_ annihilation
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index b904a3eb28..54a0654c45 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -83,11 +83,11 @@ typedef struct { extern zend_module_entry xml_module_entry; # define xml_module_ptr &xml_module_entry -enum php3_xml_option { - PHP3_XML_OPTION_CASE_FOLDING = 1, - PHP3_XML_OPTION_TARGET_ENCODING, - PHP3_XML_OPTION_SKIP_TAGSTART, - PHP3_XML_OPTION_SKIP_WHITE +enum php_xml_option { + PHP_XML_OPTION_CASE_FOLDING = 1, + PHP_XML_OPTION_TARGET_ENCODING, + PHP_XML_OPTION_SKIP_TAGSTART, + PHP_XML_OPTION_SKIP_WHITE }; # define RETURN_OUT_OF_MEMORY \ |