philip          Sat Jul 13 19:13:46 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  Whitespace.
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.65 phpdoc/en/chapters/config.xml:1.66
--- phpdoc/en/chapters/config.xml:1.65  Sat Jul 13 12:31:35 2002
+++ phpdoc/en/chapters/config.xml       Sat Jul 13 19:13:45 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.65 $ -->
+<!-- $Revision: 1.66 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -65,12 +65,14 @@
     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)</simpara>
+    Options" or "AllowOverride All" privileges)
+   </simpara>
 
    <simpara>
     With PHP 3.0, there are Apache directives that correspond to each
     configuration setting in the <filename>php3.ini</filename> name,
-    except the name is prefixed by "php3_".</simpara>
+    except the name is prefixed by "php3_".
+   </simpara>
 
    <para>
     With PHP 4.0, there are several Apache directives that allow you
@@ -177,23 +179,19 @@
        <listitem>
         <para>
          This option enables the URL-aware fopen wrappers that enable 
-accessing URL object
-         like files. Default wrappers are provided for the access of 
-         <link linkend="features.remote-files">remote files</link>
+         accessing URL object like files. Default wrappers are provided for 
+        the access of <link linkend="features.remote-files">remote files</link>
          using the ftp or http protocol, some extensions like zlib may 
-register additional wrappers. 
+         register additional wrappers. 
         </para>
 
         <note>
          <para>
           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 
-          <link 
-linkend="install.configure.disable-url-fopen-wrapper"><parameter>--d
-isable-url-fopen-wrapper</parameter></link>.
+          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 
+          <link linkend="install.configure.disable-url-fopen-wrapper"><parameter>
+         --disable-url-fopen-wrapper</parameter></link>.
          </para>
         </note>
         <warning>
@@ -219,11 +217,13 @@
          the usual &lt;?php ?&gt; tags. This includes the
          variable-value printing shorthand of &lt;%= $value %&gt;. For 
          more information, see <link 
-linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
+        linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
         </simpara>
 
         <note>
-         <para>Support for ASP-style tags was added in 3.0.4.</para>
+         <para>
+         Support for ASP-style tags was added in 3.0.4.
+        </para>
         </note>
 
        </listitem>
@@ -242,12 +242,13 @@
          <link linkend="ini.include-path">include_path</link> is used.</para>
         <para>
          The special value <systemitem class="constant">none</systemitem> 
-disables auto-appending.
+         disables auto-appending.
          <note>
           <simpara>
            If the script is terminated with <function>exit</function>,
            auto-append will <emphasis>not</emphasis> occur.</simpara>
-         </note></para>
+         </note>
+        </para>
        </listitem>
       </varlistentry>
 
@@ -264,7 +265,8 @@
          <link linkend="ini.include-path">include_path</link> is used.</para>
         <para>
          The special value <systemitem class="constant">none</systemitem> 
-disables auto-prepending.</para>
+         disables auto-prepending.
+        </para>
        </listitem>
       </varlistentry>
 
@@ -309,7 +311,7 @@
         <para>
          PHP's "root directory" on the server.  Only used if
          non-empty.  If PHP is configured with <link 
-linkend="ini.safe-mode">safe mode</link>, no files outside
+         linkend="ini.safe-mode">safe mode</link>, no files outside
          this directory are served.
         </para>
        </listitem>
@@ -344,7 +346,8 @@
          special value <literal>syslog</literal> 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.</para>
+         system logger is not supported on Windows 95.
+        </para>
        </listitem>
       </varlistentry>
 
@@ -442,7 +445,9 @@
           "open_basedir = /dir/incl/"
         </para>
         <note>
-         <para>Support for multiple directories was added in 3.0.7.</para>
+         <para>
+          Support for multiple directories was added in 3.0.7.
+         </para>
         </note>
         <para>
          The default is to allow all files to be opened.
@@ -864,7 +869,8 @@
         <para>
          The base name of the directory used on a user's home
          directory for PHP files, for example
-         <literal>public_html</literal>.</para>
+         <literal>public_html</literal>.
+        </para>
        </listitem>
       </varlistentry>
 
@@ -879,7 +885,8 @@
          plus (<literal>+</literal>) 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
-         (<literal>.</literal>).</para>
+         (<literal>.</literal>).
+        </para>
        </listitem>
       </varlistentry>
 
@@ -901,7 +908,8 @@
         Whether to enable PHP's safe mode. Read the 
         <link linkend="security">Security</link> and 
         <link linkend="features.safe-mode">Safe Mode</link> chapters for 
-        more information.</para>
+        more information.
+       </para>
       </listitem>
      </varlistentry>
 
@@ -929,7 +937,8 @@
        <para>
         If PHP is used in safe mode, <function>system</function> and
         the other functions executing system programs refuse to start
-        programs that are not in this directory.</para>
+        programs that are not in this directory.
+       </para>
       </listitem>
      </varlistentry>
 
@@ -962,7 +971,8 @@
       </term>
       <listitem>
        <para>
-        DNS name or IP address of host used by the debugger.</para>
+        DNS name or IP address of host used by the debugger.
+       </para>
       </listitem>
      </varlistentry>
 
@@ -973,7 +983,8 @@
       </term>
       <listitem>
        <para>
-        Port number used by the debugger.</para>
+        Port number used by the debugger.
+       </para>
       </listitem>
      </varlistentry>
 
@@ -984,7 +995,8 @@
       </term>
       <listitem>
        <para>
-        Whether the debugger is enabled.</para>
+        Whether the debugger is enabled.
+       </para>
       </listitem>
      </varlistentry>
 
@@ -1028,7 +1040,8 @@
       <listitem>
        <para>
         In what directory PHP should look for dynamically loadable
-        extensions.</para>
+        extensions.
+       </para>
       </listitem>
      </varlistentry>
      
@@ -1040,7 +1053,8 @@
       <listitem>
        <para>
         Which dynamically loadable extensions to load when PHP starts
-        up.</para>
+        up.
+       </para>
       </listitem>
      </varlistentry>
      



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to