elastic / elasticsearch-php

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

Removed the usage of getenv, fixed #1237 #1247

Closed ezimuel closed 2 years ago

ezimuel commented 2 years ago

This PR removes the usage of getenv() because it's not thread safe. Fixes for #1237