Skip to content

Commit

Permalink
merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 10, 2024
2 parents 8a2ba8a + 0338526 commit 9f9a594
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sapi/scripts/cygwin/cygwin-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cd ${__PROJECT__}
./buildconf --force
test -f Makefile && make clean
./configure --prefix=/usr --disable-all \
--enable-opcache \
--disable-fiber-asm \
--without-pcre-jit \
--with-openssl --enable-openssl \
Expand Down Expand Up @@ -49,8 +50,6 @@ test -f Makefile && make clean
--enable-swoole --enable-sockets --enable-mysqlnd --enable-swoole-curl --enable-cares \
--enable-swoole-pgsql \
--enable-swoole-sqlite \
--enable-swoole-thread \
--enable-zts \
--enable-redis \
--with-imagick \
--with-yaml \
Expand All @@ -60,7 +59,7 @@ test -f Makefile && make clean
# --with-pdo-pgsql \
# --with-pgsql
# --with-pdo-sqlite \
# --enable-swoole-pgsql \
# --enable-swoole-sqlite \
# --enable-opcache \

# swoole v6 参数
# --enable-swoole-thread \
# --enable-zts \

0 comments on commit 9f9a594

Please sign in to comment.