output_buffering |
"0" |
INI_PERDIR |
|
output_handler |
null |
INI_PERDIR |
|
implicit_flush |
"0" |
INI_ALL |
|
url_rewriter.tags |
"form=" |
INI_ALL |
As of PHP 7.1.0, this INI setting only affects
output_add_rewrite_var.
Prior to PHP 7.1.0, this INI setting enabled transparent session id support
(see session.trans_sid_tags).
|
url_rewriter.hosts |
$_SERVER['HTTP_HOST'] is used as default. |
INI_ALL |
Available as of PHP 7.1.0 |