On 06.06.2022 at 19:24, Jan Ehrhardt wrote: > Hi Ben > > Ben Ramsey in php.qa (Sat, 4 Jun 2022 16:10:22 +0000): >> Author: Ben Ramsey (ramsey) >> Date: 2022-06-04T11:04:49-05:00 >> >> Commit: >> https://github.com/php/web-qa/commit/19bfe8268ecc9bbb24860bbd7a306b0aa9de629a >> Raw diff: >> https://github.com/php/web-qa/commit/19bfe8268ecc9bbb24860bbd7a306b0aa9de629a.diff >> >> Get ready for PHP 8.2.0 alpha releases > > Are the Windows builds switching to a newer VS version? PHP 8.0 and 8.1 > still use VS16 aka Visual Studio 2019.
That's unlikely to happen for PHP 8.2. There's still some work to do to be able to supply proper vs17 builds of the dependencies (and as far as I know, ApacheLounge does not yet provide vs17 builds of Apache), and to my knowledge, there is not that much benefit in switching to Visual Studio 2022 now. That said, I'd be happy to switch to Visual Studio 2022 for PHP 8.3 (or 9.0 if that comes after 8.2). Christoph