summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2011-06-10 11:46:35 +0000
committerRasmus Lerdorf <rasmus@php.net>2011-06-10 11:46:35 +0000
commitc49d06051045c277ae4e9487067d20c2b22dca7a (patch)
treebcd9263942f3222865baa3919f64e12096caf18a
parent7c46410876dca6efe1b58c2ffad16114e24b67a3 (diff)
downloadphp-git-c49d06051045c277ae4e9487067d20c2b22dca7a.tar.gz
Fix Apache1 build
-rw-r--r--sapi/apache/mod_php5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/mod_php5.c b/sapi/apache/mod_php5.c
index 97d86a0e4a..16f7756d67 100644
--- a/sapi/apache/mod_php5.c
+++ b/sapi/apache/mod_php5.c
@@ -499,6 +499,7 @@ static sapi_module_struct apache_sapi_module = {
NULL, /* treat data */
NULL, /* exe location */
0, /* ini ignore */
+ 0, /* ini ignore cwd */
sapi_apache_get_fd,
sapi_apache_force_http_10,
sapi_apache_get_target_uid,