diff options
author | Zeev Suraski <zeev@php.net> | 1999-08-02 19:17:14 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-08-02 19:17:14 +0000 |
commit | 3cb1eb047187d53688545ae6f64d4df880298e72 (patch) | |
tree | 7fb20f178b9df5a33a83a2b7537f5614910697c0 /ext/xml/php3_xml.h | |
parent | 07e0885519ccabbd9cebfce7223be657171a6629 (diff) | |
download | php-git-3cb1eb047187d53688545ae6f64d4df880298e72.tar.gz |
Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)
Diffstat (limited to 'ext/xml/php3_xml.h')
-rw-r--r-- | ext/xml/php3_xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/php3_xml.h b/ext/xml/php3_xml.h index 5016848c8e..5049a11219 100644 --- a/ext/xml/php3_xml.h +++ b/ext/xml/php3_xml.h @@ -93,7 +93,7 @@ enum php3_xml_option { }; # define RETURN_OUT_OF_MEMORY \ - php3_error(E_WARNING, "Out of memory");\ + php_error(E_WARNING, "Out of memory");\ RETURN_FALSE /* for xml_parse_into_struct */ |