v0.3.0
版本发布时间: 2015-07-20 17:24:07
clue/reactphp-socks最新发布版本:v1.4.0(2022-08-31 22:43:41)
-
BC break / Feature: Client ctor now accepts a SOCKS server URI (#24)
// old $client = new Client($loop, 'localhost', 9050); // new $client = new Client('localhost:9050', $loop);
-
Feature: Automatically assume default SOCKS port (1080) if not given explicitly (#26)
-
Improve documentation and test suite