Skip to content

Commit

Permalink
Fix installing smbclient on PHP from 7.0 to 7.3 (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Dec 10, 2024
1 parent 75ace53 commit 07907ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3897,6 +3897,8 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=1.1.1
elif test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=1.1.2
fi
fi
;;
Expand Down

0 comments on commit 07907ff

Please sign in to comment.