Commit: 38825fb187c4ccaa74b0e2fbe25bbc27a730372f Author: Anatol Belski <[email protected]> Tue, 28 Mar 2017 17:28:45 +0200 Parents: f826f5a77fbc961e7396b161c245fde57d9caa71 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=38825fb187c4ccaa74b0e2fbe25bbc27a730372f Log: yet more for crt versions Changed paths: M templates/left_column.php Diff: diff --git a/templates/left_column.php b/templates/left_column.php index 5115a88..2fd45ee 100644 --- a/templates/left_column.php +++ b/templates/left_column.php @@ -72,12 +72,13 @@ if ((isset($mode) && ($mode == 'snapshots' || $mode == 'qa')) <p>With Apache you have to use the Thread Safe (TS) versions of PHP.</p> - <h4><u>VC11 & VC14</u></h4> - <p>More recent versions of PHP are built with VC9, VC11 or VC14 (Visual Studio 2008, 2012 or 2015 compiler respectively) and + <h4><u>VC11, VC14 & VC15</u></h4> + <p>More recent versions of PHP are built with VC11, VC14 or VC15 (Visual Studio 2008, 2012 or 2015 compiler respectively) and include improvements in performance and stability.</p> <p> - The VC11 builds require to have the <i>Visual C++ Redistributable for Visual Studio 2012</i> <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30679">x86 or x64</a> installed</p> <p> - The VC14 builds require to have the <i>Visual C++ Redistributable for Visual Studio 2015</i> <a href="http://www.microsoft.com/en-us/download/details.aspx?id=48145">x86 or x64</a> installed</p> + <p> - The VC15 builds require to have the <i>Visual C++ Redistributable for Visual Studio 2017</i> <a href="http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe">x64</a> or <a href="http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe">x86</a> installed</p> <h4><u>TS and NTS</u></h4> <p><strong>TS</strong> refers to multithread capable builds. <strong>NTS</strong> refers to single thread only builds. Use case for <strong>TS</strong> binaries involves interaction with -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
