From 5b443beeadb2d650da8e3f6f086e27743d6d066f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 13 Jul 2002 23:13:45 +0000 Subject: [PATCH] Whitespace. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88598 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 76 +++++++++++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 31 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 9f0015c81b..6b318ab68f 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -65,12 +65,14 @@ include_path = ".;c:\php\lib" When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files and .htaccess files (You will need "AllowOverride - Options" or "AllowOverride All" privileges) + Options" or "AllowOverride All" privileges) + With PHP 3.0, there are Apache directives that correspond to each configuration setting in the php3.ini name, - except the name is prefixed by "php3_". + except the name is prefixed by "php3_". + With PHP 4.0, there are several Apache directives that allow you @@ -177,23 +179,19 @@ include_path = ".;c:\php\lib" 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 + 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. + 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 - compile time by using the configuration switch - --d -isable-url-fopen-wrapper. + 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. @@ -219,11 +217,13 @@ isable-url-fopen-wrapper. the usual <?php ?> tags. This includes the variable-value printing shorthand of <%= $value %>. For more information, see Escaping from HTML. + linkend="language.basic-syntax.phpmode">Escaping from HTML. - Support for ASP-style tags was added in 3.0.4. + + Support for ASP-style tags was added in 3.0.4. + @@ -242,12 +242,13 @@ linkend="language.basic-syntax.phpmode">Escaping from HTML. include_path is used. The special value none -disables auto-appending. + disables auto-appending. If the script is terminated with exit, auto-append will not occur. - + + @@ -264,7 +265,8 @@ disables auto-appending. include_path is used. The special value none -disables auto-prepending. + disables auto-prepending. + @@ -309,7 +311,7 @@ disables auto-prepending. PHP's "root directory" on the server. Only used if non-empty. If PHP is configured with safe mode, no files outside + linkend="ini.safe-mode">safe mode, no files outside this directory are served. @@ -344,7 +346,8 @@ linkend="ini.safe-mode">safe mode, no files outside special value syslog is used, the errors are sent to the system logger instead. On UNIX, this means syslog(3) and on Windows NT it means the event log. The - system logger is not supported on Windows 95. + system logger is not supported on Windows 95. + @@ -442,7 +445,9 @@ linkend="ini.safe-mode">safe mode, no files outside "open_basedir = /dir/incl/" - Support for multiple directories was added in 3.0.7. + + Support for multiple directories was added in 3.0.7. + The default is to allow all files to be opened. @@ -864,7 +869,8 @@ include_path=".;c:\www\phplib" The base name of the directory used on a user's home directory for PHP files, for example - public_html. + public_html. + @@ -879,7 +885,8 @@ include_path=".;c:\www\phplib" plus (+) operator is used on strings. This is to make it easier to find scripts that need to be rewritten to using the string concatenator instead - (.). + (.). + @@ -901,7 +908,8 @@ include_path=".;c:\www\phplib" Whether to enable PHP's safe mode. Read the Security and Safe Mode chapters for - more information. + more information. + @@ -929,7 +937,8 @@ include_path=".;c:\www\phplib" If PHP is used in safe mode, system and the other functions executing system programs refuse to start - programs that are not in this directory. + programs that are not in this directory. + @@ -962,7 +971,8 @@ include_path=".;c:\www\phplib" - DNS name or IP address of host used by the debugger. + DNS name or IP address of host used by the debugger. + @@ -973,7 +983,8 @@ include_path=".;c:\www\phplib" - Port number used by the debugger. + Port number used by the debugger. + @@ -984,7 +995,8 @@ include_path=".;c:\www\phplib" - Whether the debugger is enabled. + Whether the debugger is enabled. + @@ -1028,7 +1040,8 @@ include_path=".;c:\www\phplib" In what directory PHP should look for dynamically loadable - extensions. + extensions. + @@ -1040,7 +1053,8 @@ include_path=".;c:\www\phplib" Which dynamically loadable extensions to load when PHP starts - up. + up. +