Skip to content

Commit

Permalink
Enable native Swoole Curl by default
Browse files Browse the repository at this point in the history
Test: curl+swoole
  • Loading branch information
MichaelGooden authored and michaelatinternet committed Feb 5, 2025
1 parent 1cdd275 commit f338e57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -4116,9 +4116,9 @@ installRemoteModule() {
fi
installRemoteModule_sqlite=yes
installRemoteModule_iouring=no
installRemoteModule_curl=yes
case "$DISTRO" in
alpine)
installRemoteModule_curl=yes
if test $DISTRO_MAJMIN_VERSION -lt 317; then
# we need sqlite3 >= 3.7.7
installRemoteModule_sqlite=no
Expand All @@ -4138,8 +4138,6 @@ installRemoteModule() {
if test $PHP_MAJMIN_VERSION -ge 800; then
# see https://github.com/swoole/swoole-src/issues/5365
installRemoteModule_curl=no
else
installRemoteModule_curl=yes
fi
if test $DISTRO_MAJMIN_VERSION -lt 1200; then
# we need sqlite3 >= 3.7.7
Expand Down

0 comments on commit f338e57

Please sign in to comment.