Skip to content

Commit

Permalink
Add support for zookeeper on PHP 8.3/8.4 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Jan 5, 2025
1 parent b6f7a26 commit 606fb2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion data/supported-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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")"
Expand Down

0 comments on commit 606fb2b

Please sign in to comment.