ubuntu系统 Warning: file_put_contents(/xxxx/log//17-03-22.txt): failed to open stream: Too many open files in /xxx/common/function.php on line 323 这是方法是写日志,用的是file_put_contents方法,按理说写完日志就关掉了文件连接了,而我的work就看了3个进程,就...
ubuntu系统 apt-get install php7.0-xxx 安装了PHP7 接下来的问题是,不知道如何安装event扩展 尝试过pecl,phpize等方法,均失败 不知道大神们能否告知如何安装。 谢谢。...
class Events { static $receiver = null; public static function onWorkerStart($businessWorker) { $reboot = Robot::getInstance(); } 同时在start_businesswork.php有如下测试代码 $inner_text_worker = n...