remicollet / remirepo

Issue tracker for
https://rpms.remirepo.net/
278 stars 53 forks source link

PHP Version 8.4 #258

Closed remicollet closed 3 days ago

remicollet commented 4 months ago

According to PHP roadmap version 8.4.0 GA is planed for end of year

Plan is

Start to test, fix and build extensions, especially after RC1 (final API)

Current state

Extensions (checked are available as RPM, not checked have been tested but not built, missing have not been tested yet) :

Additional SAPIs:

Feedback is welcome, feel free to ask for extensions you need for your tests.

remicollet commented 2 months ago

New build (RC1) are now available both as SCLs and modules

remicollet commented 1 month ago

All compatible extensions are now available (so this issue is considered as "fixed")

Broken build will need more work

remicollet commented 3 days ago

PHP 8.4.1 is announced upstream: https://www.php.net/archive/2024.php#2024-11-21-4 And on the blog: https://blog.remirepo.net/post/2024/11/21/PHP-version-8.4-is-released

akebar commented 2 days ago

There is no pecl-parallel extension for 8.4 and no zts-php build?

remicollet commented 1 day ago

There is no pecl-parallel extension for 8.4 and no zts-php build?

Indeed

Too much issues and segfault with ZTS

ZTS build dropped with PHP 8.4, and for all versions in Fedora >= 41 and EL >= 10 packages

akebar commented 9 hours ago

There is no pecl-parallel extension for 8.4 and no zts-php build?

Indeed

Too much issues and segfault with ZTS

ZTS build dropped with PHP 8.4, and for all versions in Fedora >= 41 and EL >= 10 packages

OK. So what's the future for the parallel extension?

andypost commented 8 hours ago

FYI fixed last issue on arm64 https://github.com/php/php-src/issues/16902#issuecomment-2496160445