我正在尝试在PHP中添加MySql支持。我使用的是PHP 7.2.11版。当我尝试运行我的应用程序时,它显示以下错误: Your PHP installation does not have MySQL support.Please enable MySQL support in PHP or ask your web host to do so for you. 当我尝试使用旧版本的PHP时,这个问题没有发生。
服务器配置有负载均衡器、反向代理和http缓存。sudo systemctl restart nginxFailed to restart nginx.service: Unit nginx.service当我运行这个命令来检查nginx的状态时:我收到了以下消息:
Unit nginx.service could not be foundlo
我想在服务器重启后一直运行带有infiniti循环的脚本。我创建了命令,例如。 <?php use Illuminate\Console\Command;
class startParser extends> 现在我可以运行命令:php artisan start:parser,但它不在后台。也许我可以使用exec('nohup php artisan star