mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings).
This commit is contained in:
parent
563221783a
commit
eb8bab9f46
2
NEWS
2
NEWS
@ -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)
|
||||
|
@ -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....
|
||||
|
Loading…
Reference in New Issue
Block a user