philip          Tue Oct  2 15:53:54 2001 EDT

  Modified files:              
    /phpdoc/en/chapters install.xml 
  Log:
  Fixed typos, and added a link to safe mode chapter.
  
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.78 phpdoc/en/chapters/install.xml:1.79
--- phpdoc/en/chapters/install.xml:1.78 Fri Sep 21 18:47:29 2001
+++ phpdoc/en/chapters/install.xml      Tue Oct  2 15:53:54 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.78 $ -->
+<!-- $Revision: 1.79 $ -->
  <chapter id="installation">
   <title>Installation</title>
 
@@ -319,7 +319,7 @@
     </listitem>
    </itemizedlist>
     In addition, you will need to install (and possibly compile) any
-    additional software specific to your configuration (such as Oracle
+    additional software specific to your configuration, such as Oracle
     or MySQL.
   </para>     
  </sect2>
@@ -3127,7 +3127,7 @@
     </para>
     <para>
      PHP 4 for Windows comes in two flavours - a CGI executable (php.exe),
-     and several SAPI modules (for exapmle php4isapi.dll). The latter form
+     and several SAPI modules (for example: php4isapi.dll). The latter form
      is new to PHP 4, and provides significantly improved performance and
      some new functionality. However, please note that the SAPI modules
      are <emphasis>NOT</emphasis> yet considered to be production quality.
@@ -3273,7 +3273,7 @@
     <sect3 id="install.windows.build.prepare">
      <title>Preparations</title>
      <para>
-      Before you get started, you have a lot to download....
+      Before you get started, you have a lot to download...
      </para>
      <itemizedlist>
       <listitem><simpara>
@@ -3971,7 +3971,7 @@
     </simpara>
   
     <para>
-     If you unziped the PHP package to C:\PHP\ as desribed
+     If you unziped the PHP package to C:\PHP\ as described
      in the <link linkend="install.windows.manual">General
      Installation Steps</link> section, you need to insert
      these lines to your Apache conf file to set up the
@@ -3999,7 +3999,7 @@
        </simpara>
       </listitem>
      </itemizedlist>
-     Remerber to restart the server, for example,
+     Remember to restart the server, for example,
      <literal>NET STOP APACHE</literal> followed by
      <literal>NET START APACHE</literal>.
     </para>
@@ -4075,8 +4075,9 @@
     <title>Benchmarking</title>
     <simpara>
      If you have built PHP 3 as a CGI program, you may benchmark your
-     build by typing <command>make bench</command>. Note that if safe
-     mode is on by default, the benchmark may not be able to finish if
+     build by typing <command>make bench</command>. Note that if 
+     <link linkend="features.safe-mode">Safe Mode</link>
+     is on by default, the benchmark may not be able to finish if
      it takes longer then the 30 seconds allowed. This is because the
      <function>set_time_limit</function> can not be used in safe
      mode. Use the <link


Reply via email to