Commit: 673147cfd3f0a2e8ad7c653c08c16a828f02dfb4 Author: Christoph M. Becker <[email protected]> Sun, 16 Feb 2020 16:15:38 +0100 Parents: 7bd81f4a654048ce8a561e4554a5b905b45d0a33 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=673147cfd3f0a2e8ad7c653c08c16a828f02dfb4 Log: No more Visual Studio 2015 builds Changed paths: M templates/left_column.php Diff: diff --git a/templates/left_column.php b/templates/left_column.php index 6e3f3ab..277eaad 100644 --- a/templates/left_column.php +++ b/templates/left_column.php @@ -70,7 +70,7 @@ if ((isset($mode) && ($mode == 'snapshots' || $mode == 'qa')) <p>With Apache 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 2015, 2017 or 2019 compiler respectively) and + <p>More recent versions of PHP are built with VC15 or VS16 (Visual Studio 2017 or 2019 compiler respectively) and include improvements in performance and stability.</p> <p> - The VC15 and VS16 builds require to have the <i>Visual C++ Redistributable for Visual Studio 2015-2019</i> <a href="https://aka.ms/vs/16/release/VC_redist.x64.exe">x64</a> or <a href="https://aka.ms/vs/16/release/VC_redist.x86.exe">x86</a> installed</p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
