summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-01-03 11:56:00 +0000
committerZeev Suraski <zeev@php.net>2001-01-03 11:56:00 +0000
commit60776dbeebf2b89d6c692104102b41d1ec158e28 (patch)
treea4cbee0d3ae4b80d0b63f2693cfd2a31b8d71645 /sapi/apache/mod_php4.c
parent795025e0dcded54192b53128e0fb9d28621ea805 (diff)
downloadphp-git-60776dbeebf2b89d6c692104102b41d1ec158e28.tar.gz
Fix Apache module and remove excess elements from the SAPI structure
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r--sapi/apache/mod_php4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index 224eeb5b99..7d9fc511a7 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -347,6 +347,8 @@ static sapi_module_struct apache_sapi_module = {
sapi_apache_register_server_variables, /* register server variables */
php_apache_log_message, /* Log message */
+ NULL, /* php.ini path override */
+
#ifdef PHP_WIN32
NULL,
NULL,