From: Christoph M. Becker Date: Tue, 18 Aug 2015 19:21:28 +0000 (+0200) Subject: Fix #67604: The built windows documention refers to nonexistent dll X-Git-Tag: php-5.6.13RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c12aa3c7ce01067be35aecd15c5622945e8651e0;p=php Fix #67604: The built windows documention refers to nonexistent dll Since quite a while the Windows builds ship with php5apache2_4.dll, but not with other server modules. We fix some out-dated info in install.txt. --- diff --git a/win32/install.txt b/win32/install.txt index 10478f6ffb..025d5ab512 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -211,9 +211,7 @@ c:\php | |-php5activescript.dll | - |-php5apache.dll - | - |-php5apache2.dll + |-php5apache2_4.dll | |-.. | @@ -234,14 +232,7 @@ c:\php Here is a list of server modules shipped with PHP 5: - * sapi/php5apache2_2.dll - Apache 2.2.x module. - * sapi/php5apache.dll (php5apache.dll) - Apache 1.x module - * sapi/php5apache2.dll (php5apache2.dll) - - Apache 2.0.x module. - * sapi/php5isapi.dll - ISAPI Module for ISAPI compliant web servers - like IIS 5.0 or newer. However the FCGI SAPI is recommended with - IIS - * sapi/php5nsapi.dll (php5nsapi.dll) - Sun/iPlanet/Netscape server - module. + * php5apache2_4.dll - Apache 2.4.x module. Server modules provide significantly better performance and additional functionality compared to the CGI binary. The FastCGI is significantly