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.
2 parents 67e71c1 + 68c216d commit 0586f8eCopy full SHA for 0586f8e
compile.sh
@@ -1378,7 +1378,7 @@ if [ "$HAVE_OPCACHE" == "yes" ]; then
1378
echo "opcache.jit_buffer_size=128M" >> "$INSTALL_DIR/bin/php.ini"
1379
fi
1380
1381
-if [ "$COMPILE_TARGET" == "mac-"* ]; then
+if [[ "$COMPILE_TARGET" == "mac-"* ]]; then
1382
#we don't have permission to allocate executable memory on macOS due to not being codesigned
1383
#workaround this for now by disabling PCRE JIT
1384
echo "" >> "$INSTALL_DIR/bin/php.ini"
0 commit comments