Xiaoyu Chen

Results 6 comments of Xiaoyu Chen

> error: "Ext version does not match the Swoole version"

把这个文件的版本号改掉就行了php_swoole_postgresql.h 你swoole版本是多少替换为多少 #define PHP_SWOOLE_EXT_PLUS_VERSION "4.8.8" #define PHP_SWOOLE_EXT_PLUS_VERSION_ID 40808 #if SWOOLE_VERSION_ID < 40808

> 只有4.8以上版本才能这样改,之前的我测试过不行

> swoole version 4.5.11, version number changed, still throw exception after make, log as below, please help > > ``` > #include "config.h" > > #define PHP_SWOOLE_EXT_PLUS_VERSION "4.5.11" > #define...

I will try 4.8.10 swatchion ***@***.***> 于2022年6月8日周三 15:36写道: > Still no lucky, this is frustrating. > php --ri swoole > > swoole > > Swoole => enabled > Author =>...

> Still no lucky, this is frustrating. > > ### php --ri swoole > ``` > swoole > > Swoole => enabled > Author => Swoole Team > Version =>...