PHP 8.3.0alpha1 is available for testing

php.internals

Jakub Zelenka

3 years ago
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 8.3.0alpha2 should be expected in 2 weeks, i.e. on 22 Jun 2023. Hash values and PGP signatures can be found below or at https://gist.github.com/bukka/66530718f180092527a741d023492b23 Thank you, and happy testing! Regards, Jakub Zelenka & Eric Mann php-8.3.0alpha1.tar.bz2 SHA256 hash: cb931d09ebacd9c773baebd0d714153c657d6a3a5fc63a1c2fc67728d10efa3c PGP signature: -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTCjZN1dWA+tKu3JYYcB3ncXAqd5AUCZH9XRwAKCRAcB3ncXAqd 5J74AQDOoVwrpRbr4QA0+2u0+9BbZuB+BAkH/9oUy7cZN6uFCAD/XYWokZX30c61 GIl+K86bhuMG2vXVse7cSU6oFbYlaQ8= =6ISB -----END PGP SIGNATURE----- php-8.3.0alpha1.tar.gz SHA256 hash: 741a9da205a18a754902a39e3cd7c4e66ef2611975a0f94027be001b6a8ed020 PGP signature: -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTCjZN1dWA+tKu3JYYcB3ncXAqd5AUCZH9XSAAKCRAcB3ncXAqd 5PMcAQCCMbygOFjdpjNchNZlRZDaacU/Ovk6VvZyoxaaKd8t5wEAn1o5DV6hEVLO ZYelg2cy/rbJHuPMrqofOtW8VK//IAM= =xV6X -----END PGP SIGNATURE----- php-8.3.0alpha1.tar.xz SHA256 hash: 7df01cbae615cccdc01a811094a74326119080e1141988fd57aeefd6b751165c PGP signature: -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTCjZN1dWA+tKu3JYYcB3ncXAqd5AUCZH9XSAAKCRAcB3ncXAqd 5LlLAQCb7NKEbHMwJIyyfQNdcvGco0yksB5HcWF8sqDkBdttNQEArY/4JkNqVaGT VHv1lTg7R6T6R79teUjv1/WpELOqbQw= =TsW9 -----END PGP SIGNATURE-----

Jan Ehrhardt

3 years ago
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