parent
9a9716bb6a
commit
495a062d40
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue