summaryrefslogtreecommitdiff
path: root/mod_php4.c
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 /mod_php4.c
parent07e0885519ccabbd9cebfce7223be657171a6629 (diff)
downloadphp-git-3cb1eb047187d53688545ae6f64d4df880298e72.tar.gz
Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)
Diffstat (limited to 'mod_php4.c')
-rw-r--r--mod_php4.c2
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 */