Skip to content

Commit 7f33f59

Browse files
committed
Fix zmq patch for 8.6
1 parent 621480c commit 7f33f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/patch-extensions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ patch_yaml() {
101101
# Function to path zmq source
102102
patch_zmq() {
103103
[[ "$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
104105
}
105106

106107
patch_mongodb() {

0 commit comments

Comments
 (0)