-
Notifications
You must be signed in to change notification settings - Fork 981
PHP 8.0 Support #1084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It was a question brought up in ruflin/Elastica#1799 (comment) to help them work out when to do a ruflin/Elastica release with PHP 8.0 support too; which is not so helpful if elasticsearch-php doesn't support it in a release :) |
Note that before |
Looks like a bump to |
Yes, that does seem to work. After that there is only the problem of |
Linking this PR up for discoverability: #1063 |
Dropping PHP 7.1 support would help here... 7.1 has been EOL for about a year at this point And PHPUnit 7 doesn't support PHP 7.4 either (and is EOL itself too) PHPUnit 8 supports PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0 https://phpunit.de/supported-versions.html Time to file another task |
I'm sorry if this has been covered somewhere already. Is there an ETA on PHP 8 support or are we in a wait and see situation? I foolishly started a port of my existing codebase and missed this dependency. |
PHP 8 is supported in |
Will PHP 8 support be backported to elasticsearch-php 6.x and 5.x? |
OK for anyone interested, I found the answer here #1083 (comment), |
Hi I can see that the error is throwing because the class is not loading ClientBuilder Can anyone help me on this ? |
I have same issue |
https://github.com/elastic/elasticsearch-php/blob/8.0/src/ClientBuilder.php exists in the branch..
And when installed via composer, seems to work fine too.... |
@jitheshjs983 @masoud-me @reedy As I check on the composer file of that library, the elasticsearch required as development ( |
Probably.. The instructions do say to do It's definitely not a bug in this library, anyway. |
Following on from the clarification requested in #1083 and #1028 as the next major release...
Is the elasticsearch-php 8.0 release going to have PHP 8 support?
The text was updated successfully, but these errors were encountered: