You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing elasticsearch/elasticsearch:^7.0 running PHP 8.2.0RC2 and making some requests, I get the following deprecation warning:
Deprecated: Creation of dynamic property GuzzleHttp\Ring\Client\CurlMultiHandler::$_mh is deprecated in /tmp/scout_elastic_test/vendor/ezimuel/ringphp/src/Client/CurlMultiHandler.php on line 47
I have submitted an upstream patch ezimuel/ringphp#7 which should fix the above, but I'm not sure if it has been noticed yet.
From my basic checks, it otherwise seems compatible.
Summary of problem or feature request
Elasticsearch PHP client claims it is compatible with PHP 8.2:
elasticsearch-php/composer.json
Line 19 in 1890f9d
When installing
elasticsearch/elasticsearch:^7.0
running PHP 8.2.0RC2 and making some requests, I get the following deprecation warning:I have submitted an upstream patch ezimuel/ringphp#7 which should fix the above, but I'm not sure if it has been noticed yet.
From my basic checks, it otherwise seems compatible.
Code snippet of problem
Our full test for ES7 compatibility is here.
System details
The text was updated successfully, but these errors were encountered: