mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
small changes to be compatible to 4.3.0
and the cgi isn't renamed ;-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109877 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
848cd1761d
commit
fda4e4ac76
1 changed files with 11 additions and 12 deletions
|
@ -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,9 +23,15 @@
|
|||
<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.
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue