Add support for zookeeper on PHP 8.3/8.4 (#1041)

pull/1042/head
Michele Locati 2025-01-05 21:02:10 +01:00 committed by GitHub
parent b6f7a26717
commit 606fb2b38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 8 deletions

View File

@ -139,8 +139,3 @@ We need to monitor new releases at http://www.xmailserver.org/xdiff-lib.html
The only available versions of the `xmlrpc` PHP extension are all beta.
We should switch to the stable release once it will be available.
### zookeeper
The latest stable release of the `zookeeper` PHP extension doesn't support PHP 7.3+, so we install the alpha version.
We should switch to the stable release once it will be available.

View File

@ -148,5 +148,5 @@ yar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
zephir_parser 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
zip 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
zmq 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
zookeeper 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
zookeeper 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
zstd 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4

View File

@ -4601,8 +4601,6 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=0.5.0
else
installRemoteModule_version=alpha
fi
fi
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"