output_buffering |
"0" |
PHP_INI_PERDIR |
|
output_handler |
NULL |
PHP_INI_PERDIR |
Available since PHP 4.0.4. |
implicit_flush |
"0" |
PHP_INI_ALL |
PHP_INI_PERDIR in PHP <= 4.2.3. |
url_rewriter.tags |
"a=href,area=href,frame=src,form=,fieldset=" |
PHP_INI_ALL |
Available since PHP 4.0.4. Before PHP 7.1.0, this was used to set
session's trans sid rewrite. From PHP 7.1.0, it is only used by
output_add_rewrite_var. |
url_rewriter.hosts |
$_SERVER['HTTP_HOST'] is used as default. |
PHP_INI_ALL |
Available since PHP 7.1.0 |