swoole / ext-postgresql

🐘 Coroutine-based client for PostgreSQL
65 stars 21 forks source link

Release version 4.4.15 to be able to compile this ext with swoole-src 4.4.15 #13

Closed paveljanda closed 3 years ago

paveljanda commented 4 years ago

Right now, version 4.4.14 is throwing when creating a new client connection :

WARNING swProtocol_recv_check_length (ERRNO 1201): package is too big, remote_addr=unknown:0, length=395

But I am not able to compile a newer version of Swoole (4.4.15) because ext-postgresql is not released for version 4.4.15 (compiling throws ./swoole_postgresql_coro.h:27:2: error: "Ext version does not match the Swoole version").

Thanks!