From b4edfe13b6fa2eb8d8231c19e6259df9fea569d6 Mon Sep 17 00:00:00 2001 From: Paul Dorneanu Date: Mon, 1 Apr 2002 17:06:02 +0000 Subject: [PATCH] a very small correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76186 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 9d99247c71..fc3f945c6c 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -122,7 +122,7 @@ include_path = ".;c:\php\lib" 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 + access the values of individual configuration settings using get_cfg_var. @@ -137,18 +137,24 @@ include_path = ".;c:\php\lib" - This option enables the URL-aware fopen wrappers that enable accessing URL object + This option enables the URL-aware fopen wrappers that enable +accessing URL object like files. Default wrappers are provided for the access of remote files - using the ftp or http protocol, some extensions like zlib may register additional wrappers. + using the ftp or http protocol, some extensions like zlib may +register additional wrappers. - This option was introduced immediately after the release of version 4.0.3. - For versions up to and including 4.0.3 you can only disable this feature at + This option was introduced immediately after the release of version +4.0.3. + For versions up to and including 4.0.3 you can only disable this +feature at compile time by using the configuration switch - --disable-url-fopen-wrapper. + --d +isable-url-fopen-wrapper. @@ -165,7 +171,8 @@ include_path = ".;c:\php\lib" Enables the use of ASP-like <% %> tags in addition to the usual <?php ?> tags. This includes the variable-value printing shorthand of <%= $value %>. For - more information, see Escaping from HTML. + more information, see Escaping from HTML. @@ -187,7 +194,8 @@ include_path = ".;c:\php\lib" called with the include function, so include_path is used. - The special value none disables auto-appending. + The special value none +disables auto-appending. If the script is terminated with exit, @@ -208,7 +216,8 @@ include_path = ".;c:\php\lib" called with the include function, so include_path is used. - The special value none disables auto-prepending. + The special value none +disables auto-prepending. @@ -244,7 +253,8 @@ include_path = ".;c:\php\lib" PHP's "root directory" on the server. Only used if - non-empty. If PHP is configured with safe mode, no files outside + non-empty. If PHP is configured with safe mode, no files outside this directory are served. @@ -421,7 +431,8 @@ include_path = ".;c:\php\lib" method variables with POST-method variables of the same name. - See also register_globals. + See also register_globals. @@ -1535,7 +1546,8 @@ NOTYPE - Handling of LONG fields. Specifies the number of bytes returned to variables. + Handling of LONG fields. Specifies the number of bytes returned to +variables.