Commit: 1acca2c0c6f7f576367c489a5ff3ac1052bddcc9 Author: Christoph M. Becker <[email protected]> Wed, 21 Aug 2019 13:28:48 +0200 Parents: a94d0c16b8dbe23251412e11c035cfd434323435 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=1acca2c0c6f7f576367c489a5ff3ac1052bddcc9 Log: News article regarding VS16->VC15 switch Changed paths: A news/2019-08-21-1.php Diff: diff --git a/news/2019-08-21-1.php b/news/2019-08-21-1.php new file mode 100644 index 0000000..0a9a7b7 --- /dev/null +++ b/news/2019-08-21-1.php @@ -0,0 +1,24 @@ +<div class="info entry"> + <!-- .info --> + <h3 class="summary entry-title">PHP 7.4 builds use Visual Studio 2017</h3> + <?php news_date('21-Aug-2019') ?> + <div> + <p> + We used Visual Studio 2019 to build the early releases of PHP 7.4 (up to + and including 7.4.0beta2), and although Visual Studio 2019 is generally an + improvement over Visual Studio 2017, particularly the linker/object format + is not as stable as we would like (we had to rebuilt dependency packages + several times, and got trouble reports from others who have not been able + to build with the provided dependency packages), and its adoption is not + as widespread as desired (for instance, AppVeyor would still not allow us + to do our CI with VS 2019 without extra effort). To be able to offer the + smoothest and most stable experience, we have decided to switch back to + Visual Studio 2017 for our PHP 7.4 builds, and we are planning to stick + with this for the complete lifetime of PHP 7.4. + </p> + <p> + Our master snapshots are still built with Visual Studio 2019, and we are + planning to stick with Visual Studio 2019 for PHP 8.0. + </p> + </div> +</div><!-- .info --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
