Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config

settings).
This commit is contained in:
Ilia Alshanetsky 2006-12-13 15:45:20 +00:00
parent 563221783a
commit eb8bab9f46
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -50,6 +50,8 @@ PHP NEWS
- Fixed FastCGI impersonation for persistent connections on Windows. (Dmitry)
- Fixed wrong signature initialization in imagepng (Takeshi Abe)
- Added optimization for imageline with horizontal and vertial lines (Pierre)
- Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings). (Ilia)
- Fixed bug #39797 (virtual() does not reset changed INI settings). (Ilia)
- Fixed bug #39795 (build fails on AIX because crypt_r() uses different data
struct). (Tony)

View File

@ -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....