Author: Tim Bond (cookieguru) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2025-05-25T11:41:03+02:00
Commit: https://github.com/php/web-windows/commit/1ee8a99e5448924db155d80aba4f45feed418b2d Raw diff: https://github.com/php/web-windows/commit/1ee8a99e5448924db155d80aba4f45feed418b2d.diff Update note about downloads from Apache Lounge (#29) * Add "HTTP Server" to the note to clarify that "Apache builds" is not a type of PHP build but a type of build of the Apache HTTP Server (httpd). This was ambiguous since the note is clearly visible on the downloads page immediately adjacent to the information on whether TS or NTS builds were appropriate * Remove reference to VC15 builds since they are no longer available; add VC17 * Link directly to the downloads page instead of the Apache Lounge homepage Changed paths: M templates/left_column.php Diff: diff --git a/templates/left_column.php b/templates/left_column.php index aea9b4c..043f4fe 100644 --- a/templates/left_column.php +++ b/templates/left_column.php @@ -57,8 +57,8 @@ <p>If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.</p> <h4><u>Apache</u></h4> - <p>Please use the Apache builds provided by <a href="http://apachelounge.com">Apache Lounge</a>. - They provide VC15 and VS16 builds of Apache for x86 and x64. + <p>Please use the Apache HTTP Server builds provided by <a href="https://www.apachelounge.com/download/">Apache Lounge</a>. + They provide VC16 and VS17 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.</p> <p>With Apache, using the apache2handler SAPI, you have to use the Thread Safe (TS) versions of PHP.</p>