Commit:    8d1379661797c1f70efa224c85ca295fae5f237e
Author:    Christoph M. Becker <[email protected]>         Fri, 19 Apr 2019 
16:42:08 +0200
Parents:   464b8083b63c43a5b2691560b2dca360e5b711cf
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=8d1379661797c1f70efa224c85ca295fae5f237e

Log:
No more official VC9 and VC11 php.net Windows builds

Changed paths:
  M  docroot/listing.php
  M  templates/left_column.php
  M  templates/snaps.php


Diff:
diff --git a/docroot/listing.php b/docroot/listing.php
index 2ddc27d..8d11f65 100644
--- a/docroot/listing.php
+++ b/docroot/listing.php
@@ -65,10 +65,6 @@ $minor_order = array(
        );
 
 $labels = array(
-                       'nts-VC11-x86' => 'VC11 x86 Non Thread Safe',
-                       'ts-VC11-x86'  => 'VC11 x86 Thread Safe',
-                       'nts-VC11-x64' => 'VC11 x64 Non Thread Safe',
-                       'ts-VC11-x64'  => 'VC11 x64 Thread Safe',
                        'nts-VC14-x86' => 'VC14 x86 Non Thread Safe',
                        'ts-VC14-x86'  => 'VC14 x86 Thread Safe',
                        'nts-VC14-x64' => 'VC14 x64 Non Thread Safe',
diff --git a/templates/left_column.php b/templates/left_column.php
index 28c72a4..14c60d7 100644
--- a/templates/left_column.php
+++ b/templates/left_column.php
@@ -64,16 +64,15 @@ if ((isset($mode) && ($mode == 'snapshots' || $mode == 
'qa'))
 
                                                                        
<h4><u>Apache</u></h4>
                                                                        
<p>Please use the Apache builds provided by <a 
href="http://apachelounge.com";>Apache Lounge</a>.
-                                                                       They 
provide VC11, VC14 and VC15 builds of Apache for x86 and x64.
+                                                                       They 
provide VC14 and VC15 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>
 
-                                                                       
<h4><u>VC11, VC14 &amp; VC15</u></h4>
-                                                                       <p>More 
recent versions of PHP are built with VC11, VC14 or VC15 (Visual Studio 2012, 
2015 or 2017 compiler respectively) and 
+                                                                       
<h4><u>VC14 &amp; VC15</u></h4>
+                                                                       <p>More 
recent versions of PHP are built with VC14 or VC15 (Visual Studio 2015 or 2017 
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="https://www.microsoft.com/en-us/download/details.aspx?id=53840";>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="https://aka.ms/vs/15/release/VC_redist.x64.exe";>x64</a> or <a 
href="https://aka.ms/vs/15/release/VC_redist.x86.exe";>x86</a> installed</p>
 
diff --git a/templates/snaps.php b/templates/snaps.php
index 7ea4649..12efc4f 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -41,12 +41,6 @@ $minor_order = array(
        );
 
 $labels = array(
-                       'nts-windows-vc9-x86' => 'VC9 x86 Non Thread Safe',
-                       'ts-windows-vc9-x86'  => 'VC9 x86 Thread Safe',
-                       'nts-windows-vc11-x86' => 'VC11 x86 Non Thread Safe',
-                       'ts-windows-vc11-x86'  => 'VC11 x86 Thread Safe',
-                       'nts-windows-vc11-x64' => 'VC11 x64 Non Thread Safe',
-                       'ts-windows-vc11-x64'  => 'VC11 x64 Thread Safe',
                        'nts-windows-vc14-x86' => 'VC14 x86 Non Thread Safe',
                        'ts-windows-vc14-x86'  => 'VC14 x86 Thread Safe',
                        'nts-windows-vc14-x64' => 'VC14 x64 Non Thread Safe',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to