Skip to content

Commit

Permalink
Merge pull request #724 from jingjingxyk/experiment-feature
Browse files Browse the repository at this point in the history
update cygwin build
  • Loading branch information
jingjingxyk committed Aug 1, 2024
2 parents bd024de + 9d40cd4 commit f9f2df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sapi/scripts/cygwin/cygwin-config-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ cd ${__PROJECT__}

ROOT=${__PROJECT__}

SWOOLE_VERSION=v5.1.3

while [ $# -gt 0 ]; do
case "$1" in
--swoole-version)
Expand All @@ -26,7 +28,6 @@ while [ $# -gt 0 ]; do
done

PHP_VERSION=$(cat ${__PROJECT__}/sapi/PHP-VERSION.conf)
SWOOLE_VERSION=v5.1.2
REDIS_VERSION=5.3.7
MONGODB_VERSION=1.14.2
YAML_VERSION=2.2.2
Expand Down

0 comments on commit f9f2df6

Please sign in to comment.