summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-12-13 15:45:20 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-12-13 15:45:20 +0000
commiteb8bab9f466ffe950898e1310afc825f2dac83ad (patch)
treeaf373950605206156998b1cbb90e6815e51f7500 /sapi/apache2filter
parent563221783a9879813202fc3d43a69deb8bc2037d (diff)
downloadphp-git-eb8bab9f466ffe950898e1310afc825f2dac83ad.tar.gz
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings).
Diffstat (limited to 'sapi/apache2filter')
-rw-r--r--sapi/apache2filter/sapi_apache2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index 059f9941e5..0ba545f6ef 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -511,6 +511,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
return ap_pass_brigade(f->next, bb);
}
+ apply_config(conf);
php_apache_request_ctor(f, ctx TSRMLS_CC);
// It'd be nice if we could highlight based of a zend_file_handle here....