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
Deprecated: Elastic\Elasticsearch\ClientBuilder::setApiKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in src/ClientBuilder.php on line 229
Deprecated: Elastic\Elasticsearch\ClientBuilder::setSSLCert(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in src/ClientBuilder.php on line 275
Deprecated: Elastic\Elasticsearch\ClientBuilder::setSSLKey(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in src/ClientBuilder.php on line 298
As far as I can tell there are no other issues with elasticsearch-php itself when running the test suite using PHP 8.4. Only the php-http/mock-client dependency reports a similar deprecation.
The text was updated successfully, but these errors were encountered:
ruudk
added a commit
to ruudk/elasticsearch-php
that referenced
this issue
Oct 31, 2024
Using elasticsearch-php in PHP 8.4 emits 3 deprecation notices when loading
ClientBuilder
, due to the https://wiki.php.net/rfc/deprecate-implicitly-nullable-types RFC:As far as I can tell there are no other issues with elasticsearch-php itself when running the test suite using PHP 8.4. Only the
php-http/mock-client
dependency reports a similar deprecation.The text was updated successfully, but these errors were encountered: