[PHP] Fix runtime error with PHp8.5 alpha because zend_exception_get_defaul…#40337
[PHP] Fix runtime error with PHp8.5 alpha because zend_exception_get_defaul…#40337HeenaBansal20 wants to merge 1 commit intogrpc:masterfrom
Conversation
|
|
|
Just saw there is an issue opened already for it . This fixes this issue |
|
Thank you, it fixes build, tested for Alpinelinux #40242 related commit php/php-src@a812a74 |
fd59e36 to
fc664f2
Compare
fc664f2 to
4134a5a
Compare
|
Hi @andypost Is this PR good for merging? I see that the Thanks! cc: @HeenaBansal20 |
|
Thank you, yes looks ready to go |
|
I bet it's a good idea to mention PHP 8.5 support in release notes as only 2 releases left til GA https://wiki.php.net/todo/php85 |
Adopt upstream patch from grpc/grpc#40337 to fix FTBFS with PHP 8.5. Signed-off-by: Sergio Durigan Junior <sergiodj@chainguard.dev>
Adopt upstream patch from grpc/grpc#40337 to fix FTBFS with PHP 8.5. Signed-off-by: Sergio Durigan Junior <sergiodj@chainguard.dev>
…defaul… (grpc#40337) …t is remvoed PHP 8.5 removed zend_exception_get_default(). See php updates https://github.com/php/php-src/blob/747ecce51f2d55a424547d6ae852e2f7f3766e41/UPGRADING.INTERNALS#L51 Closes grpc#40337 COPYBARA_INTEGRATE_REVIEW=grpc#40337 from HeenaBansal20:master 4134a5a PiperOrigin-RevId: 852624644
…zend_exception_get_… (#41354) ### Back port of PR : #40337 PHP 8.5 removed zend_exception_get_default(). See php updates https://github.com/php/php-src/blob/747ecce51f2d55a424547d6ae852e2f7f3766e41/UPGRADING.INTERNALS#L51 Closes #40337 COPYBARA_INTEGRATE_REVIEW=#40337 from HeenaBansal20:master 4134a5a PiperOrigin-RevId: 852624644 <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Co-authored-by: Heena Bansal <heena.bansal20@ibm.com>
…t is remvoed
PHP 8.5 removed zend_exception_get_default().
See php updates
https://github.com/php/php-src/blob/747ecce51f2d55a424547d6ae852e2f7f3766e41/UPGRADING.INTERNALS#L51