Skip to content

Commit f8b7257

Browse files
committed
update cygwin build config for php 8.4
1 parent 52748d2 commit f8b7257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/scripts/cygwin/cygwin-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ while [ $# -gt 0 ]; do
2121
if [ "$X_PHP_VERSION" = "8.4" ]; then
2222
OPTIONS+=' --enable-swoole-thread '
2323
OPTIONS+=' --enable-zts '
24-
OPTIONS+=' --disable-opcache-jit '
24+
# OPTIONS+=' --disable-opcache-jit '
2525
fi
2626
;;
2727
--*)

0 commit comments

Comments
 (0)