diff options
| author | Christoph M. Becker <cmb@php.net> | 2015-08-18 21:26:09 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmb@php.net> | 2015-08-18 21:26:09 +0200 |
| commit | 3d8214a021d2233964c4f2d5f41c29a42366b7da (patch) | |
| tree | 87d9cb27a70af07f5ba48d315791fe84e425d8a4 | |
| parent | 6a201b3651b4885f0b5d79f8b7fe06a9c604cf2e (diff) | |
| parent | c12aa3c7ce01067be35aecd15c5622945e8651e0 (diff) | |
| download | php-git-3d8214a021d2233964c4f2d5f41c29a42366b7da.tar.gz | |
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix #67604: The built windows documention refers to nonexistent dll
| -rw-r--r-- | win32/install.txt | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/win32/install.txt b/win32/install.txt index d6940b9354..be87921dc0 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -211,9 +211,7 @@ c:\php | |-php5activescript.dll | - |-php5apache.dll - | - |-php5apache2.dll + |-php7apache2_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. + * php7apache2_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 |
