nlopess         Mon Mar  7 13:43:38 2005 EDT

  Modified files:              
    /phpdoc/en/install/windows  apache1.xml apache2.xml 
  Log:
  fix #32202: add a note about copying the the sapi file in php4
  
http://cvs.php.net/diff.php/phpdoc/en/install/windows/apache1.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/install/windows/apache1.xml
diff -u phpdoc/en/install/windows/apache1.xml:1.15 
phpdoc/en/install/windows/apache1.xml:1.16
--- phpdoc/en/install/windows/apache1.xml:1.15  Wed Dec 29 06:24:48 2004
+++ phpdoc/en/install/windows/apache1.xml       Mon Mar  7 13:43:37 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
    <sect1 id="install.windows.apache1">
     <title>Apache 1.3.x on Microsoft Windows</title>
     <para>
@@ -64,7 +64,8 @@
         <programlisting role="apache-conf">
 <![CDATA[
 # Add to the end of the LoadModule section
-LoadModule php4_module "c:/php/php4apache.dll"
+# Don't forget to copy this file from the sapi directory!
+LoadModule php4_module "C:/php/php4apache.dll"
 
 # Add to the end of the AddModule section
 AddModule mod_php4.c
@@ -76,7 +77,7 @@
        <programlisting role="apache-conf">
 <![CDATA[
 # Add to the end of the LoadModule section
-LoadModule php5_module "c:/php/php5apache.dll"
+LoadModule php5_module "C:/php/php5apache.dll"
 
 # Add to the end of the AddModule section
 AddModule mod_php5.c
http://cvs.php.net/diff.php/phpdoc/en/install/windows/apache2.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/install/windows/apache2.xml
diff -u phpdoc/en/install/windows/apache2.xml:1.10 
phpdoc/en/install/windows/apache2.xml:1.11
--- phpdoc/en/install/windows/apache2.xml:1.10  Wed Dec 29 06:24:48 2004
+++ phpdoc/en/install/windows/apache2.xml       Mon Mar  7 13:43:37 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
    <sect1 id="install.windows.apache2">
     <title>Apache 2.0.x on Microsoft Windows</title>
     <para>
@@ -86,6 +86,7 @@
 <![CDATA[
 # For PHP 4 do something like this:
 LoadModule php4_module "c:/php/php4apache2.dll"
+# Don't forget to copy the php4apache2.dll file from the sapi directory!
 AddType application/x-httpd-php .php
 
 # For PHP 5 do something like this:

Reply via email to