Install the last stable version of SSH2 (#732)

pull/733/head 2.1.17
Michele Locati 2023-04-20 21:40:07 +02:00 committed by GitHub
parent 9a9716bb6a
commit 495a062d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -115,11 +115,6 @@ The `pdo_sqlsrv` and `sqlsrv` PHP extensions require the Microsoft ODBC Driver f
On Alpine Linux there's no way to automatically install its latest version, so we install it manually. On Alpine Linux there's no way to automatically install its latest version, so we install it manually.
We need to monitor new releases at https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server#alpine18 We need to monitor new releases at https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server#alpine18
### ssh2
The latest stable release of the `ssh2` PHP extension is very old, so we install the latest beta release.
We should switch to the stable release once it will be available.
## xdiff ## xdiff
The `xdiff` PHP extension uses the LibXDiff library. The `xdiff` PHP extension uses the LibXDiff library.

View File

@ -3276,8 +3276,6 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=0.13 installRemoteModule_version=0.13
else
installRemoteModule_version=beta
fi fi
fi fi
;; ;;