php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

php 8.3 support

Open liudonghua123 opened this issue 1 year ago • 1 comments

Hi, php-8.3.0 is released, and it contains many new features, such as explicit typing of class constants, deep-cloning of readonly properties and additions to the randomness functionality. As always it also includes performance improvements, bug fixes, and general cleanup.

Could you update the code and related packages?

See also https://github.com/php/php-src/tree/PHP-8.3.0.

liudonghua123 avatar Nov 27 '23 07:11 liudonghua123

I think there are a few issues in the build system of this repository (we don't need to patch php + docker is misused) my fork compiles php 8.3 already at https://github.com/soyuka/php-wasm/ just change the PHP_BRANCH.

@seanmorris maybe that I could provide my build improvements to your fork? Let me know.

20231201_15h00m05s_grim

soyuka avatar Dec 01 '23 13:12 soyuka

Version 0.0.9 is in alpha, and includes php 8.3, as well as a bunch of extensions:

image

seanmorris avatar Jun 25 '24 13:06 seanmorris