Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120560 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47511 invoked from network); 13 Jun 2023 13:49:59 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 13 Jun 2023 13:49:59 -0000 To: internals@lists.php.net Date: Tue, 13 Jun 2023 15:49:56 +0200 Message-ID: <7bsg8i1145mnb8vg6a3gqnh4180v8pc0m4@4ax.com> References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 77.174.241.57 Subject: Re: PHP 8.3.0alpha1 is available for testing From: phpdev@ehrhardt.nl (Jan Ehrhardt) Jakub Zelenka in php.internals (Thu, 8 Jun 2023 20:07:22 +0100): >PHP 8.3.0alpha1 has just been released and can be downloaded from: >https://downloads.php.net/~jakub >Or use the git tag: php-8.3.0alpha1 > >Windows binaries are available at: https://windows.php.net/qa/ > >This is the first official release of the PHP 8.3 serial and includes >an incredible amount of work. >Please test it carefully, and report any bugs at >https://github.com/php/php-src/issues Congrats. First signs are really good. Some of you may know that I have my own builds for Windows with a lot of extensions. I did not switch yet to VS17 and OpenSSL 3, but with the dependencies for PHP 8.0/8.1 only 1 extension that compiled for PHP 8.2 did not compile yet for PHP 8.3: igbinary. Builds are available at Apachelounge: https://www.apachelounge.com/viewtopic.php?t=6617 See for instance a phpinfo dump for PHP 8.3.0 Alpha 1, x64, nts, VS16: https://phpdev.toolsforresearch.com/php-8.3.0alpha1-nts-Win32-vs16-x64.htm -- Jan