diff options
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r-- | main/php3_compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |