From 3cb1eb047187d53688545ae6f64d4df880298e72 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 2 Aug 1999 19:17:14 +0000 Subject: Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h) --- ext/xml/php3_xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xml/php3_xml.h') 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 */ -- cgit v1.2.1