Commit: ec97ed043d226d853e6612ed2ff762734314d8d5 Author: Christoph M. Becker <[email protected]> Wed, 27 Mar 2019 17:39:04 +0100 Parents: eecd329732fa16f325689548b6b08ce2c108ae1c Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=ec97ed043d226d853e6612ed2ff762734314d8d5 Log: Remove out-dated info regarding Apache binaries apache.org does not ship Apache binaries anymore[1]. [1] <http://httpd.apache.org/docs/current/platform/windows.html#page-header> Changed paths: M templates/left_column.php Diff: diff --git a/templates/left_column.php b/templates/left_column.php index ca8dc23..515cf0f 100644 --- a/templates/left_column.php +++ b/templates/left_column.php @@ -67,9 +67,6 @@ if ((isset($mode) && ($mode == 'snapshots' || $mode == 'qa')) They provide VC11, VC14 and VC15 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.</p> - <p>If you are using PHP as module with Apache builds from <strong>apache.org</strong> (not recommended) you need to use the older VC6 versions of PHP - compiled with the legacy Visual Studio 6 compiler. Do <b>NOT</b> use VC11+ versions of PHP with the apache.org binaries.</p> - <p>With Apache you have to use the Thread Safe (TS) versions of PHP.</p> <h4><u>VC11, VC14 & VC15</u></h4> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
