From c12d4bc7d46654c526ba94f48ff49c88b2838a91 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 4 Sep 1999 13:18:59 +0000 Subject: *** empty log message *** --- main/php3_compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/php3_compat.h') diff --git a/main/php3_compat.h b/main/php3_compat.h index 85242e323e..1b8db14617 100644 --- a/main/php3_compat.h +++ b/main/php3_compat.h @@ -86,4 +86,7 @@ #define function_entry zend_function_entry +#define _php3_addslashes php_addslashes +#define _php3_stripslashes php_stripslashes + #endif /* _PHP3_COMPAT_H */ -- cgit v1.2.1