phpClickHouse icon indicating copy to clipboard operation
phpClickHouse copied to clipboard

The package does not support the swoole extension component

Open shuipf opened this issue 4 years ago • 2 comments
trafficstars

swoole >= 4.6.x The latest swoole does not support CURL_MULTI_XX

shuipf avatar Mar 21 '21 12:03 shuipf

@shuipf you can try https://github.com/simPod/PhpClickHouseClient where the http transport implementation is your responsibility

simPod avatar Jan 01 '22 19:01 simPod

swoole >= 4.6.x The latest swoole does not support CURL_MULTI_XX

https://wiki.swoole.com/#/runtime?id=swoole_hook_curl

now supportted .

zxj-code avatar Sep 18 '23 06:09 zxj-code