betz            Wed Jan  1 12:40:15 2003 EDT

  Modified files:              
    /phpdoc/en/chapters install.apache2.xml 
  Log:
  small changes to be compatible to 4.3.0
  and the cgi isn't renamed ;-)
  
Index: phpdoc/en/chapters/install.apache2.xml
diff -u phpdoc/en/chapters/install.apache2.xml:1.3 
phpdoc/en/chapters/install.apache2.xml:1.4
--- phpdoc/en/chapters/install.apache2.xml:1.3  Sun Nov 24 07:03:37 2002
+++ phpdoc/en/chapters/install.apache2.xml      Wed Jan  1 12:40:15 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <sect1 id="install.apache2">
    <title>Servers-Apache 2.0</title>
    <para>
@@ -23,11 +23,17 @@
    <sect2 id="compat.apache2">
     <title>PHP and Apache 2.0 compatibility notes</title>
     <para>
-     As long as PHP 4.3.0 is not released, we recommend to use one of the
-     following versions with the most recent version of Apache 2.0:
+     The following versions of PHP are known to work with the most recent
+     version of Apache 2.0:
      <itemizedlist spacing="compact">
       <listitem>
        <simpara>
+        PHP 4.3.0 or later available
+        <ulink url="&url.php.downloads;">&url.php.downloads</ulink>.
+       </simpara>
+      </listitem>
+      <listitem>
+       <simpara>
         the latest stable development version.
         Get the source code <ulink url="&url.php.snapshots;php4-latest.tar.gz">
         &url.php.snapshots;php4-latest.tar.gz</ulink> or download binaries
@@ -37,7 +43,7 @@
       </listitem>
       <listitem>
        <simpara>
-        a prerelease version of PHP 4.3.0 downloadable from
+        a prerelease Version downloadable from
         <ulink url="&url.php.prerelease;">&url.php.prerelease;</ulink>.
        </simpara>
       </listitem>
@@ -193,18 +199,11 @@
 <![CDATA[
 ScriptAlias /php/ "c:/php/"
 AddType application/x-httpd-php .php
-Action application/x-httpd-php "/php/php-cgi.exe"
+Action application/x-httpd-php "/php/php.exe"
 ]]>
        </programlisting>
      </example>
     </para>
-    <note>
-     <para>
-      Starting with PHP 4.3.0 the name of the CGI binary has changed to
-      <filename>php-cgi.exe</filename>. Take care and use the correct
-      Action directive for Apache.
-     </para>
-    </note>
     <para>
      If you would like to use <literal>PHP</literal> as a module in Apache 2.0,
      be sure to move <filename>php4ts.dll</filename> to



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

Reply via email to