summaryrefslogtreecommitdiff
path: root/main/php3_compat.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-04 13:18:59 +0000
committerZeev Suraski <zeev@php.net>1999-09-04 13:18:59 +0000
commitc12d4bc7d46654c526ba94f48ff49c88b2838a91 (patch)
tree97dacc1f998ce47567a79098c0b50a709e5f6628 /main/php3_compat.h
parent6d4ab7372df97b2200a041a9e9fb093f92946797 (diff)
downloadphp-git-c12d4bc7d46654c526ba94f48ff49c88b2838a91.tar.gz
*** empty log message ***
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r--main/php3_compat.h3
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 */