Light-php icon indicating copy to clipboard operation
Light-php copied to clipboard

High performance framework based on swoole

Results 2 Light-php issues
Sort by recently updated
recently updated
newest added

报错 ERROR php_swoole_server_rshutdown (ERRNO 503): Fatal error: Uncaught Error: Call to undefined function Lib\swoole_async_writefile() in /media/zhy/data/data/htdocs/git/Light-php/frame/Lib/Log.php:57 是因为 https://wiki.swoole.com/wiki/page/p-async.html ![image](https://user-images.githubusercontent.com/6859607/65405040-90652680-de0d-11e9-8bdd-204058c86a96.png) 把log改一下 引入 use Swoole\Coroutine\System; // swoole_async_writefile($dir_path.$filename , $msg, NULL, FILE_APPEND); $filename...

可以增加 monolog 或其它高情能日志吗?还有队列支持?