From 02023fc8fe0bdcb812ad1e5f7740c3e61c953431 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 10 Jun 2011 11:46:35 +0000 Subject: [PATCH] Fix Apache1 build --- sapi/apache/mod_php5.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.40.0