diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/php.h b/main/php.h index 2a3ba78544..20d0f1cbde 100644 --- a/main/php.h +++ b/main/php.h @@ -248,12 +248,7 @@ extern void php_log_err(char *log_message); extern int Debug(char *format, ...); extern int cfgparse(void); -#if ZEND_NEW_ERROR_HANDLING #define php_error zend_error -#else -extern PHPAPI void php_error_cb(int type, const char *format, ...); -#define php_error php_error_cb -#endif #define zenderror phperror |