philip Fri Jul 7 23:18:00 2006 UTC
Modified files:
/phpdoc/en/install/windows apache2.xml
Log:
Fixed apache 2.2.x note, the dll only exists as of php 5.2.0
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/windows/apache2.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/install/windows/apache2.xml
diff -u phpdoc/en/install/windows/apache2.xml:1.14
phpdoc/en/install/windows/apache2.xml:1.15
--- phpdoc/en/install/windows/apache2.xml:1.14 Thu May 18 03:29:11 2006
+++ phpdoc/en/install/windows/apache2.xml Fri Jul 7 23:18:00 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<sect1 id="install.windows.apache2">
<title>Apache 2.0.x on Microsoft Windows</title>
<para>
@@ -15,11 +15,11 @@
</para>
</note>
<note>
+ <title>Apache 2.2.x Support</title>
<para>
Users of Apache 2.2.x may use the documentation below except the
- appropriate DLL files are instead named
<filename>php4apache2_2.dll</filename>
- and <filename>php5apache2_2.dll</filename>. These exist in the PHP
- distribution as of PHP 5.2.0.
+ appropriate DLL file is named
+ <filename>php5apache2_2.dll</filename> and it only exists as of PHP
5.2.0.
See also <ulink url="&url.php.snapshots;">&url.php.snapshots;</ulink>
</para>
</note>