vrana           Mon Oct 17 08:31:33 2005 EDT

  Modified files:              
    /phpdoc/en/install/unix     apache1.xml 
  Log:
  PHP 5
  
http://cvs.php.net/diff.php/phpdoc/en/install/unix/apache1.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/install/unix/apache1.xml
diff -u phpdoc/en/install/unix/apache1.xml:1.3 
phpdoc/en/install/unix/apache1.xml:1.4
--- phpdoc/en/install/unix/apache1.xml:1.3      Wed Apr 27 10:20:08 2005
+++ phpdoc/en/install/unix/apache1.xml  Mon Oct 17 08:31:32 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
    <sect1 id="install.unix.apache">
     <title>Apache 1.3.x on Unix systems</title>
     <para>
@@ -147,6 +147,12 @@
 ]]>
       </screen>
      </example>
+     <note>
+      <para>
+       Replace <literal>php-4</literal> by <literal>php-5</literal> and
+       <literal>php4</literal> by <literal>php5</literal> in PHP 5.
+      </para>
+     </note>
 
      <para>
       Depending on your Apache install and Unix variant, there are many
@@ -237,7 +243,8 @@
       <literal>--activate-module=src/modules/php4/libphp4.a</literal>
       and the Apache build system will create
       <filename>libphp4.a</filename> and link it statically into the
-      <filename>httpd</filename> binary. The PostgreSQL support is
+      <filename>httpd</filename> binary (replace <literal>php4</literal> by
+      <literal>php5</literal> in PHP 5). The PostgreSQL support is
       included directly into this <filename>httpd</filename> binary,
       so the final result here is a single <filename>httpd</filename>
       binary that includes all of Apache and all of PHP.

Reply via email to