Commit: f1d3eeb6a5074e034f397cf09f3af1e87994a954 Author: Christoph M. Becker <[email protected]> Tue, 24 Mar 2020 15:11:05 +0100 Parents: 673147cfd3f0a2e8ad7c653c08c16a828f02dfb4 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=f1d3eeb6a5074e034f397cf09f3af1e87994a954 Log: Clarify that ZTS builds are only required for apache2handler SAPI Changed paths: M templates/left_column.php Diff: diff --git a/templates/left_column.php b/templates/left_column.php index 277eaad..b833f7a 100644 --- a/templates/left_column.php +++ b/templates/left_column.php @@ -67,7 +67,7 @@ if ((isset($mode) && ($mode == 'snapshots' || $mode == 'qa')) They provide VC15 and VS16 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.</p> - <p>With Apache you have to use the Thread Safe (TS) versions of PHP.</p> + <p>With Apache, using the apache2handler SAPI, you have to use the Thread Safe (TS) versions of PHP.</p> <h4><u>VC15 & VS16</u></h4> <p>More recent versions of PHP are built with VC15 or VS16 (Visual Studio 2017 or 2019 compiler respectively) and -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
