summaryrefslogtreecommitdiff
path: root/main/php3_compat.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-08-02 19:17:14 +0000
committerZeev Suraski <zeev@php.net>1999-08-02 19:17:14 +0000
commit3cb1eb047187d53688545ae6f64d4df880298e72 (patch)
tree7fb20f178b9df5a33a83a2b7537f5614910697c0 /main/php3_compat.h
parent07e0885519ccabbd9cebfce7223be657171a6629 (diff)
downloadphp-git-3cb1eb047187d53688545ae6f64d4df880298e72.tar.gz
Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r--main/php3_compat.h5
1 files changed, 5 insertions, 0 deletions
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