elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.26k stars 966 forks source link

[REQUEST FEATURE] PHP 8 compatible 5.x version #1275

Closed botjaeger closed 1 year ago

botjaeger commented 1 year ago

We still use ES 5.4 in our infra and we needed to upgrade our PHP from 7.4 to 8.

ezimuel commented 1 year ago

@botjaeger which version elasticsearch-php are you using? If you use elasticsearch-php 5.x we don't support it anymore. We are only supporting elasticsearch-php 7.x and 8.x versions.