Skip to content

Commit c12aa3c

Browse files
committed
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.
1 parent 54bd911 commit c12aa3c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

win32/install.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ c:\php
211211
|
212212
|-php5activescript.dll
213213
|
214-
|-php5apache.dll
215-
|
216-
|-php5apache2.dll
214+
|-php5apache2_4.dll
217215
|
218216
|-..
219217
|
@@ -234,14 +232,7 @@ c:\php
234232

235233
Here is a list of server modules shipped with PHP 5:
236234

237-
* sapi/php5apache2_2.dll - Apache 2.2.x module.
238-
* sapi/php5apache.dll (php5apache.dll) - Apache 1.x module
239-
* sapi/php5apache2.dll (php5apache2.dll) - - Apache 2.0.x module.
240-
* sapi/php5isapi.dll - ISAPI Module for ISAPI compliant web servers
241-
like IIS 5.0 or newer. However the FCGI SAPI is recommended with
242-
IIS
243-
* sapi/php5nsapi.dll (php5nsapi.dll) - Sun/iPlanet/Netscape server
244-
module.
235+
* php5apache2_4.dll - Apache 2.4.x module.
245236

246237
Server modules provide significantly better performance and additional
247238
functionality compared to the CGI binary. The FastCGI is significantly

0 commit comments

Comments
 (0)