Commit: c740a38422e0b5250e8e76c2894bae97c574f517 Author: Anatol Belski <[email protected]> Mon, 27 May 2019 23:38:29 +0200 Parents: 36f340bbaec33ab9d91c3bdd81f2cd3405df8eeb Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=c740a38422e0b5250e8e76c2894bae97c574f517 Log: One more place for snaps Changed paths: M script/generate_snap_page.php Diff: diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php index d010535..a133fbc 100644 --- a/script/generate_snap_page.php +++ b/script/generate_snap_page.php @@ -7,19 +7,20 @@ $active_branches = array('master', '7.4', '7.3', '7.2', '7.1'); $builds = array( 'master' => array( - 'nts-windows-vc15-x64', - 'ts-windows-vc15-x64', - 'nts-windows-vc15-x86', - 'ts-windows-vc15-x86', - 'nts-windows-vc15-x86-avx', - 'ts-windows-vc15-x86-avx' + 'nts-windows-vs16-x64', + 'ts-windows-vs16-x64', + 'nts-windows-vs16-x86', + 'ts-windows-vs16-x86', + 'nts-windows-vs16-x86-avx', + 'ts-windows-vs16-x86-avx' ), '7.4' => array( - 'nts-windows-vc15-x64', - 'ts-windows-vc15-x64', - 'nts-windows-vc15-x86', - 'ts-windows-vc15-x86', - 'nts-windows-vc15-x64-avx' + 'nts-windows-vs16-x64', + 'ts-windows-vs16-x64', + 'nts-windows-vs16-x86', + 'ts-windows-vs16-x86', + 'nts-windows-vs16-x64-avx', + 'ts-windows-vs16-x86-avx' ), '7.3' => array( 'nts-windows-vc15-x64', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
