-
1.运行环境
centos7 Linux 3.10.0-957.el7.x86_64
php7.2.19
swoole4.3.5
yii2-basic 2.0.20
2.在开启日志功能,将日志信息写入到数据库表中时,会报下面的错误:
```php
2019-06-26 19:44:49 [192.168.134.1][-][-][warning][yii\log\Dispatcher…
-
Class 'swoole_http_client' not found in /Users/chenxi/web/service-backend-project/vendor/hprose/hprose-swoole/src/Hprose/Swoole/Http/Transporter.php:42
![image](https://user-images.githubuserconte…
-
```
make
```
/bin/bash /tmp/ext-postgresql/libtool --mode=compile g++ -I. -I/tmp/ext-postgresql -I/tmp/ext-postgresql/include -I/tmp/ext-postgresql/main -I/tmp/ext-postgresql -I/usr/include/php/202…
-
当我使用默认的安装了 swoole 扩展的 php-cli 时,如果协程内产生异常,尽管我使用 try cactch 将其捕获,但是警告信息和调用栈信息会同时输出在控制台;但是当我使用 swoole-cli 时,如果协程内产生异常,我使用 try catch 将其捕获后,警告信息仍然会输出在控制台,但是调用栈的错误信息则不会输出在控制台。以访问数组中不存在的一个键为例:
这是默认的安装了 swo…
-
## app/Controller/TestController.php
```php
#[RequestMapping(path: "create", methods: "get")]
public function create(ResponseInterface $response)
{
$s = \App\Model\Session::cr…
-
At some situation i need add Timer at master process, but it look like imposible because master have `monitorWorkersForLinux` method with `pcntl_wait` function what will be block master process until…
-
**postgreSQL** and **MySQL** coroutines classes seem to have different methods (past parameters, return values, names...)
Too bad that these 2 classes allowing to query a database asynchronously do n…
-
Hi there,
first of all, thank you so much for this detailed list of benchmarks.
Just curious to see benchmark results with [laravel-octane](https://laravel.com/docs/10.x/octane) using [openswool…
-
### Octane Version
2.6.2
### Laravel Version
11.16.0
### PHP Version
8.3.6
### What server type are you using?
Swoole
### Server Version
5.1.2
### Database Driver & Version
_No response_
#…
-
helei112g 作者你好,很有幸能使用您开发的sdk,现在本人业务项目,遇到微信异步通知数据拿不到,我的服务是运行在运行在Swoole-http服务上,sdk中的 file_get_contents('php://input') 拿不到微信提交过来的数据,希望作者抽空能完善下此问题~
JoiLa updated
4 years ago