From 62dfa44e7d650dee9afd3dad267c5da69b53e787 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Tue, 19 Jun 2001 20:08:13 +0000 Subject: [PATCH] - documented html_errors configuration option - reworded section about Apache directives so that it's more clear git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49838 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 98ab77ea1a..ad8c67bd2d 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -22,8 +22,9 @@ except the name is prefixed by "php3_". - With PHP 4.0, there are just a few Apache directives that allow you - to change the PHP configuration settings. + With PHP 4.0, there are several Apache directives that allow you + to change the PHP configuration from within the Apache + configuration file itself. @@ -72,13 +73,15 @@ This is used to set a Boolean configuration option. - + + You can view the settings of the configuration values in the output of phpinfo. You can also access the values of individial configuration settings using - get_cfg_var. + get_cfg_var. + General Configuration Directives @@ -281,6 +284,18 @@ + + + + html_errors + boolean + + + + Turn off HTML tags in error messages. + + +