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) --- main/php3_compat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/php3_compat.h') diff --git a/main/php3_compat.h b/main/php3_compat.h index 5844f96685..85242e323e 100644 --- a/main/php3_compat.h +++ b/main/php3_compat.h @@ -58,6 +58,11 @@ #define _php3_hash_apply_with_argument zend_hash_apply_with_argument +#define php3_error php_error + +#define php3_printf php_printf +#define _php3_sprintf php_sprintf + #define php3_module_entry zend_module_entry -- cgit v1.2.1