diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-04 13:18:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-04 13:18:59 +0000 |
commit | c12d4bc7d46654c526ba94f48ff49c88b2838a91 (patch) | |
tree | 97dacc1f998ce47567a79098c0b50a709e5f6628 /main/php3_compat.h | |
parent | 6d4ab7372df97b2200a041a9e9fb093f92946797 (diff) | |
download | php-git-c12d4bc7d46654c526ba94f48ff49c88b2838a91.tar.gz |
*** empty log message ***
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 */ |