diff options
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 \ |