Skip to content

Commit eb8bab9

Browse files
author
Ilia Alshanetsky
committed
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings).
1 parent 5632217 commit eb8bab9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ PHP NEWS
5050
- Fixed FastCGI impersonation for persistent connections on Windows. (Dmitry)
5151
- Fixed wrong signature initialization in imagepng (Takeshi Abe)
5252
- Added optimization for imageline with horizontal and vertial lines (Pierre)
53+
- Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
54+
settings). (Ilia)
5355
- Fixed bug #39797 (virtual() does not reset changed INI settings). (Ilia)
5456
- Fixed bug #39795 (build fails on AIX because crypt_r() uses different data
5557
struct). (Tony)

sapi/apache2filter/sapi_apache2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
511511
return ap_pass_brigade(f->next, bb);
512512
}
513513

514+
apply_config(conf);
514515
php_apache_request_ctor(f, ctx TSRMLS_CC);
515516

516517
// It'd be nice if we could highlight based of a zend_file_handle here....

0 commit comments

Comments
 (0)