gui             Wed Jul  6 07:59:41 2005 EDT

  Modified files:              
    /phpdoc/en/install/unix     debian.xml 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/install/unix/debian.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/unix/debian.xml
diff -u phpdoc/en/install/unix/debian.xml:1.1 
phpdoc/en/install/unix/debian.xml:1.2
--- phpdoc/en/install/unix/debian.xml:1.1       Wed Jul  6 07:15:46 2005
+++ phpdoc/en/install/unix/debian.xml   Wed Jul  6 07:59:40 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <sect1 id="install.unix.debian">
  <title>Debian GNU/Linux installation notes</title>
  <para>
@@ -20,7 +20,7 @@
     respectively named libapache-mod-php* and libapache2-mod-php*.
     The steps given below will use Apache 1.3.x.
     Please note that, as of this writing, there is no official 
-    Debian packages of PHP5. Then the steps given below will install PHP4.
+    Debian packages of PHP 5. Then the steps given below will install PHP 4.
    </simpara>
    <simpara>
     PHP is available in Debian as CGI or CLI flavour too, named respectively
@@ -37,7 +37,7 @@
     One of the results found should be
     <ulink url="http://www.dotdeb.org/";>Dotdeb</ulink>. This unofficial 
repository
     is maintained by <ulink url="mailto:[EMAIL PROTECTED]">Guillaume 
Plessis</ulink>
-    and contains Debian packages of the most recent versions of PHP4 and PHP5.
+    and contains Debian packages of the most recent versions of PHP 4 and PHP 
5.
     To use it, just add the to following two lines to your
     <filename>/etc/apt/sources.lists</filename> and run <command>apt-get
     update</command> :
@@ -70,12 +70,12 @@
     </programlisting>
    </example>
    <simpara>
-    APT will automatically install the PHP4 module for Apache 1.3, and all its
+    APT will automatically install the PHP 4 module for Apache 1.3, and all its
     dependencies and then activate it.  If you're not asked to restart Apache
     duringduring the install process, you'll have to do it manually :
    </simpara>
    <example id="install.unix.debian.apt.example2">
-    <title>Stopping and starting Apache once PHP4 is installed</title>
+    <title>Stopping and starting Apache once PHP 4 is installed</title>
     <programlisting role="shell">
 <![CDATA[
 # /etc/init.d/apache stop
@@ -95,7 +95,7 @@
     When you compile PHP from source yourself, you need to activate modules
     via the <command>configure</command> command. With APT, you just have
     to install additional packages. They're all named 'php4-*' (or 'php5-*' if
-    you installed PHP5 from a third party repository).
+    you installed PHP 5 from a third party repository).
    </simpara>
    <example id="install.unix.debian.config.example">
     <title>Getting the list of PHP additionnal packages</title>
@@ -156,7 +156,7 @@
      <filename>/etc/apache/httpd.conf</filename> file then stop/start Apache:
     </simpara>
    <example id="install.unix.debian.faq.example">
-    <title>This line activates PHP4 into Apache</title>
+    <title>This line activates PHP 4 into Apache</title>
     <programlisting role="shell">
 <![CDATA[
 # Include /etc/apache/conf.d/

Reply via email to