diff options
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r-- | main/php3_compat.h | 5 |
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 |