swoole / ext-postgresql

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

Can't compile on 4.6.6 or newer #59

Closed ipejasinovic closed 3 years ago

ipejasinovic commented 3 years ago

I'm running swoole:4.6.5-php8.0 docker image and compile from source ext-postgresql extension. All fine, but as of version 4.6.6 I can't compile extension. Says php_swoole.h: No such file or directory.

sy-records commented 3 years ago

Thank you for your feedback. This issue has been fixed. https://github.com/swoole/swoole-src/pull/4239

The v4.7 version will fix it, and you can now compile master for use.