Closed rfay closed 12 months ago
@rfay If you absolutely needs the missing modules immediately, be it for your development environment or to test new software, then you should take a look --> here <--
Much luck, ernolf
There's also @crazywhalecc's https://github.com/crazywhalecc/static-php-cli, which probably has more miles on it and is extensively maintained. But of course... nothing replaces this fantastic project!
php8.3 released :confetti_ball: . Please add the extensions as well. https://www.php.net/archive/2023.php#2023-11-23-2
I have the same issue with these extensions: apcu, igbinary, memcache, redis, xdebug
I have same issues with redis, imagick and openswoole
As always, this is not a real issue, it's just called patience. @oerdnj was always very fast in the past, for the last decades, providing us with perfectly built packages. On a major PHP release, this takes some more effort, we all know! Be assured Ondřej is on it and it will rather get released sooner than later.
Thanks @oerdnj for your tremendous support. Take a break and release the missing extensions whenever you find time. We appreciate any single second you work on this project!
Cheers, Philip
Thanks @onlime, I think I should be able to have most of them during the weekend.
@onlime - it's just about communication; when there's some reply or at least a rough estimation, the people have patience, but when there's an open issue without any maintainer note/reply, people start to be desperate 😄
Thank you for the note, @oerdnj. You're doing a tremendous job for the PHP community on Linux.
Amazing timing! apcu, igbinary, memcache, redis are already there!
@oerdnj , many many thanks for everything! All your efforts are very appreciated!
Not everything is peachy yet though (libvirt, lz4 and maybe more). I'll chew through the failed builds in the following days.
My most-anticipated PHP8.3 extension is xdebug, but I don't see that in the builds at https://jenkins.rfc1925.org/job/php_xdebug-binaries/ - Do I just not know where to look?
My most-anticipated PHP8.3 extension is xdebug, but I don't see that in the builds at https://jenkins.rfc1925.org/job/php_xdebug-binaries/ - Do I just not know where to look?
There is no xdebug for PHP 8.3 yet.
Thanks, and of course thanks for all your work on all of this. @derickr did claim preliminary support in 3.3.0-alpha1, and is now at 3.3.0-alpha3, https://xdebug.org/updates. I had heard that it was working OK.
There is no xdebug for PHP 8.3 yet.
m4_patch='s/80300/80400/'
It works great for me
Yay, I see the only missing extensions from the original list are memcached, redis, and xdebug. memcached and redis failed to build, xdebug hasn't been queued yet.
Waiting for igbinary to finish building: https://jenkins.rfc1925.org/view/PHP/job/php_php-igbinary-binaries/45/
Xdebug 3.3 is tagged https://github.com/xdebug/xdebug/tags Soon :)
Writing the release announcement right now...
Please update igbinary 3.2.15
too (fixes a segfault) https://github.com/igbinary/igbinary/releases/tag/3.2.15
EDIT: Thanks! Now available.
All of the dependency packages, including
php
depend on the previous version, 8.2. They need to be updated to so that all the packages can also move up as well.
This issue has subject: "PHP 8.3 missing extensions memcached, redis, xdebug"
How is your comment related to the topic?
This issue has subject: "PHP 8.3 missing extensions memcached, redis, xdebug"
How is your comment related to the topic?
Sorry, I think what I've said should've been another issue.
Would love to see xdebug 3.3 for PHP 8.3, seems to be the only package missing to be able to upgrade our development environment.
Updated title, only xdebug remains, thanks!
php8.3-redis and php8.3-memcached are now available.
Anything missing on the Xdebug side here?
Nope, I just forgot to push the build button for Debian.
It's there! Thanks a bunch, @oerdnj Close this issue & let's 💃🕺🎉 !!
Yay thanks!
php8.3-memcached
is only available for amd64, other builds failed.
https://jenkins.rfc1925.org/view/PHP/job/php_php-memcached-binaries/
php8.3-memcached
is only available for amd64, other builds failed. https://jenkins.rfc1925.org/view/PHP/job/php_php-memcached-binaries/
Issued a rebuild now - igbinary is now available on all archs, so the builds should not fail now.
Hi, Still when i used php 8.3.1 ( xdebug.so extension is missing) Could you please share the link where i can check the available extension of PHP8.3 + xdebug? Thanks
sudo apt update && sudo apt install -y php8.3-xdebug
will get this for you if you have the deb.sury.org repositories installed. (deb.sury.org repos currently provide 8.3.2 of php and xdebug 3.3.1)
$ php --version
PHP 8.3.2-1+0~20240120.16+debian11~1.gbpb43448 (cli) (built: Jan 20 2024 14:17:59) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.2, Copyright (c) Zend Technologies
with Zend OPcache v8.3.2-1+0~20240120.16+debian11~1.gbpb43448, Copyright (c), by Zend Technologies
with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
Not everything is peachy yet though (libvirt, lz4 and maybe more). I'll chew through the failed builds in the following days.
Hi, I see php8.3-libvirt
is available, but it seems php8.3-lz4
is not. Is it possible to get that added? Thank you for all the work you do!
Frequently asked questions
Describe the bug
As always, thanks for maintaining this.
On Debian 11 Bullseye, PHP 8.3 arm64 is still missing these extensions
apcu, imagick, memcached, redis, uploadprogress, xdebug, xhprof, xmlrpc
(from https://github.com/oerdnj/deb.sury.org/issues/2002#issuecomment-1699524952)
I believe they're all missing on amd64 as well, but didn't test.
To Reproduce
sudo apt update && sudo apt install -y php8.3-xdebug
Your understanding of what is happening
These haven't been built yet.
What steps did you take to resolve issue yourself before reporting it here
Waited a couple of months after original request (which was closed early). Tested again after latest push.
Expected behavior
I think most of these are ready. I have certainly heard that php8.3-xdebug is ready.
Distribution (please complete the following information):
Package(s) (please complete the following information):
Additional context
Followup from (closed)