Commit: 3192fe83831f5e07df160ddc1d99af586990bb6f Author: Anatol Belski <[email protected]> Mon, 12 Mar 2018 10:54:42 +0100 Parents: c5e728742137a6134f8319391376835f39d19cc3 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=3192fe83831f5e07df160ddc1d99af586990bb6f Log: Reword Changed paths: M templates/snaps.php Diff: diff --git a/templates/snaps.php b/templates/snaps.php index 3e70e8d..1abf96e 100644 --- a/templates/snaps.php +++ b/templates/snaps.php @@ -52,8 +52,8 @@ $labels = array( 'ts-windows-vc15-x86' => 'VC15 x86 Thread Safe', 'nts-windows-vc15-x64' => 'VC15 x64 Non Thread Safe', 'ts-windows-vc15-x64' => 'VC15 x64 Thread Safe', - 'nts-windows-vc15-x64-avx' => 'VC15 x64 Non Thread Safe, Native AVX', - 'ts-windows-vc15-x64-avx' => 'VC15 x64 Thread Safe, Native AVX', + 'nts-windows-vc15-x64-avx' => 'VC15 x64 AVX Non Thread Safe', + 'ts-windows-vc15-x64-avx' => 'VC15 x64 AVX Thread Safe', ); include TPL_PATH . 'header.php'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
