php_crontab icon indicating copy to clipboard operation
php_crontab copied to clipboard

A crontab written in PHP based on pcntl and react/event-loop

Results 3 php_crontab issues
Sort by recently updated
recently updated
newest added

其他扩展要求monolog版本^1.2,你这个是固定1.17,有冲突

看你的demo,out参数对应的应该是脚本执行日志吧,getProtocol中做了如下处理: ```php /** * * @param $stream * @return mixed */ protected static function getProtocol($stream) { if(strpos($stream, 'unix') === 0){ return 'unix'; } $stream_info = parse_url($stream); if (!array_key_exists('scheme', $stream_info)) {...

PHP Notice: Undefined index: help: in /data/app/task/php_crontab/bin/crontab.php on line 193 PHP Notice: Undefined index: config in /data/app/task/php_crontab/bin/crontab.php on line 191 PHP Notice: Undefined index: port in /data/app/task/php_crontab/bin/crontab.php on line 191...

bug