swatchion

Results 9 comments of swatchion

Same here. Sync mail failed when using QQ mail enterprise version. Checked the password, port, security SSL settings multiple times, sure the settings are correct. Same settings worked well for...

+1 same here. need fix.

> What version of Swoole are you using (show your `php --ri swoole`)? What is your machine environment used (show your `uname -a` & `php -v` & `gcc -v`) ?...

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 PHP_SWOOLE_EXT_PLUS_VERSION_ID 40511 #if SWOOLE_VERSION_ID < 40511 #error...

Ok, will try to build under 4.8 and report back. Thanks.

Still no lucky, this is frustrating. ### php --ri swoole ### ``` swoole Swoole => enabled Author => Swoole Team Version => 4.8.10 Built => Jun 8 2022 14:55:38 coroutine...

如果有人遇到同样的问题,需要仅查询部分字段,却又要对查询后的结果进行更新的话,实际上并不需要把所有要更新的字段全都包含在`select` 中,只需要在 **`select` 中包含主键字段即可,一般为 `id`**。 上面的示例就需要调整为: ```php $blogs = Blog::query()->select(['id','tags']) ->where('author_id', 10)->get(); ```

单独编译 curl,不要替换系统原有库,在编译 swoole 时指定自己手动编译的 curl On Wed, Jul 24, 2024 at 5:41 PM lmdfx ***@***.***> wrote: > 我线上也是用了easywechat ,也是升级了curl(7.57.0),有解决方案吗 > > — > Reply to this email directly, view it...

just in case anyone face the same issue like @omata and me, I am also on Ubuntu 24.04 with gnome 46, I have to re-format the metadata.json, and rename the...