Commit: b1db5eb6da8f7a3b6616c126f194a1833f2683eb Author: Anatol Belski <[email protected]> Fri, 28 Jun 2019 03:37:34 +0200 Parents: 249996a84b297fdd04eb77950f2e366be8e6c48f Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=b1db5eb6da8f7a3b6616c126f194a1833f2683eb Log: Fix typo Changed paths: M templates/left_column.php Diff: diff --git a/templates/left_column.php b/templates/left_column.php index ae3ee6d..fd5dd79 100644 --- a/templates/left_column.php +++ b/templates/left_column.php @@ -69,7 +69,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>VC14, VC15 &: VS16</u></h4> + <h4><u>VC14, VC15 & VS16</u></h4> <p>More recent versions of PHP are built with VC14, VC15 or VS16 (Visual Studio 2015, 2017 or 2019 compiler respectively) and include improvements in performance and stability.</p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
