1、在使用的过程中会遇到有些函数不能用需要在php配置文件里面打开:

      disable_functions = exec,passthru,popen,proc_open,shell_exec,system,chgrp,chmod,chown
      这些是高危函数,而且一般写程序用不到。

2、linux可以通过计划任务crontab的写入日志来排错。/var/log/cron

3、* * * * * /usr/local/php/bin/php /home/wwwroot/system/artisan schedule:run >> /dev/null 2>&1   在linux下加入这个来支持laravel实现任务调度功能

 

相关文章:

  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-10-04
  • 2021-07-15
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-10-27
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
相关资源
相似解决方案