Anatoly

Results 4 comments of Anatoly

have the same problem subscribe

```sh git clone https://github.com/composer/composer.git --branch 2.5.5 ~/composer-build && \ composer install -o -d ~/composer-build && \ wget https://raw.githubusercontent.com/politsin/snipets/master/patch/composer.patch -q -O ~/composer-build/composer.patch && \ cd ~/composer-build && patch -p1 < composer.patch...

bump again?

TLS support ```patch diff --git a/phpMQTT.php b/phpMQTT.php index 92b65c6..6ebddeb 100644 --- a/phpMQTT.php +++ b/phpMQTT.php @@ -147,7 +147,7 @@ class phpMQTT ); $this->socket = stream_socket_client('tls://' . $this->address . ':' . $this->port,...