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 6758cc0 commit c7479d2Copy full SHA for c7479d2
scripts/patch-extensions.sh
@@ -99,5 +99,5 @@ patch_zmq() {
99
}
100
101
patch_mongodb() {
102
- [[ "$PHP_VERSION" = "8.5" || "$PHP_VERSION" = "8.6" ]] && sed -i 's/IS_INTERNED/ZSTR_IS_INTERNED/' src/contrib/php_array_api.h
+ [[ "$PHP_VERSION" = "8.6" ]] && sed -i 's/ZVAL_IS_NULL/Z_ISNULL_P/' src/MongoDB/ServerApi.c
103
0 commit comments