Skip to content

Commit

Permalink
cygwin disalble opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 6, 2024
1 parent 5f34feb commit 98f7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/scripts/cygwin/cygwin-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cd ${__PROJECT__}
test -f Makefile && make clean
./configure --prefix=/usr --disable-all \
--disable-fiber-asm \
--enable-opcache \
--without-pcre-jit \
--with-openssl --enable-openssl \
--with-curl \
Expand Down Expand Up @@ -61,3 +60,4 @@ test -f Makefile && make clean


# --with-pdo-sqlite \
# --enable-opcache \

0 comments on commit 98f7dea

Please sign in to comment.