汉煒

Results 6 comments of 汉煒

已经在邮箱回复你了

其他的语言sdk可以获取wxid这个是不变的 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2023年08月24日 16:29 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***> | | 主题 | Re: [eatmoreapple/openwechat]...

> 麻烦提供一些编译的环境参数 ./configure --with-php-config=/media/hanwei/68477DFF36C47279/php/83/bin/php-config --enable-openssl --enable-swoole-curl --enable-cares --enable-brotli --enable-swoole-pgsql --enable-swoole-sqlite --enable-mysqlnd --enable-sockets && make -j8 && make -j8 install

> deepin 23 beta3 ,php版本是 php-8.3 deepin 23 beta3 ,php版本是 php-8.3

> 服务器是什么类型的服务器,php的版本是多少 这与系统没啥关系吧,swoole 5.1.1版本可以编译的

> `deepin`我得下载一个看看,可能真的没有`gettid`这个函数 我在/media/hanwei/68477DFF36C47279/软件包/编程/php/swoole-src-5.1.2/thirdparty/php83/Zend/zend_call_stack.cc头部加上这个就可以编译通过了: ![image](https://github.com/swoole/swoole-src/assets/93665931/da570ff8-0e24-4d5c-8fc1-73e415c043e0) ![image](https://github.com/swoole/swoole-src/assets/93665931/0881a416-33b0-45f5-9504-33566efc7b97) #include #define gettid() syscall(__NR_gettid)