Fix NULL dereference in zend_signal_handler_unblock#21253
Fix NULL dereference in zend_signal_handler_unblock#21253Appla wants to merge 1 commit intophp:PHP-8.4from
Conversation
|
php 8.3 is EOL, it s 8.4 minimum now |
|
I have more confidence in the 2nd fix personally. cc @bwoebi |
|
Line 85 in 8c42cf4
Looking a bit at APCu, Edit: I created a PR here, as the code looks wrong regardless: krakjoe/apcu#611. I suppose you can just wait to see if this fixes your issue, once merged and released. |
|
See #21252 (comment). |
This PR attempts to Fixes #21252
Alternative fixes