From 495a062d40b9289c23a46b3d906900899324f36d Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 20 Apr 2023 21:40:07 +0200 Subject: [PATCH] Install the last stable version of SSH2 (#732) --- MAINTAINERS.md | 5 ----- install-php-extensions | 2 -- 2 files changed, 7 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d627537..6f303be 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -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. 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 The `xdiff` PHP extension uses the LibXDiff library. diff --git a/install-php-extensions b/install-php-extensions index 0713b5b..28afad5 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3276,8 +3276,6 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=0.13 - else - installRemoteModule_version=beta fi fi ;;