influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

[PHP 8.1] Fixed argument type mismatch #169

Open tobias-trozowski opened 2 years ago

tobias-trozowski commented 2 years ago

fixed "Argument #1 ($socket) must be of type resource, bool given".

whenever a stream could not be created the property was still passed to stream_socket_sendto which causes an type error in php 8.1.