use zend_ce_exception instead of zend_exception_get_default() for 8.5#240
Open
remicollet wants to merge 1 commit into
Open
use zend_ce_exception instead of zend_exception_get_default() for 8.5#240remicollet wants to merge 1 commit into
remicollet wants to merge 1 commit into
Conversation
|
Hi! When might this be able to go in? 😀 |
|
++ for merge |
|
Can this be reviewed and merged please? |
|
As far as I can tell the project is without a maintainer and according to the mail-list won't get any updates. |
arnout
pushed a commit
to buildroot/buildroot
that referenced
this pull request
Jan 20, 2026
Building php-zmq is broken with php 8.5. Although some pull requests exist upstream to fix php 8.5 support: https://github.com/zeromq/php-zmq/pulls they do not fix other bugs like broken build with gcc 15.x which was the cause for the its removal by Debian: https://tracker.debian.org/news/1668817/php-zmq-removed-from-testing/ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097580 According to various sources the package is unmaintained: https://pecl.php.net/package/zmq https://lists.zeromq.org/pipermail/zeromq-dev/2019-August/033109.html zeromq/php-zmq#240 (comment) so we drop the package from buildroot. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
havennow
approved these changes
May 12, 2026
kongkodesoft
approved these changes
May 12, 2026
|
Done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
zend_ce_exceptionavailable since 7.0zend_exception_get_defaultremoved in 8.5