We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621480c commit 7f33f59Copy full SHA for 7f33f59
scripts/patch-extensions.sh
@@ -101,6 +101,7 @@ patch_yaml() {
101
# Function to path zmq source
102
patch_zmq() {
103
[[ "$PHP_VERSION" = "8.5" || "$PHP_VERSION" = "8.6" ]] && sed -i 's/zend_exception_get_default()/zend_ce_exception/' zmq.c
104
+ [[ "$PHP_VERSION" = "8.6" ]] && sed -i 's/zval_is_true/zend_is_true/' zmq_device.c
105
}
106
107
patch_mongodb() {
0 commit comments