diff options
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_php4.c b/mod_php4.c index 30e1bc93df..b854f78243 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -179,7 +179,7 @@ sapi_module_struct sapi_module = { zend_apache_ub_write, /* unbuffered write */ - php3_error, /* error handler */ + php_error, /* error handler */ sapi_apache_header_handler, /* header handler */ sapi_apache_send_headers, /* send headers handler */ |