我希望在Vestacp上更新PHP。
我的安装过程如下:
curl -O https://assets.digitalocean.com/vesta/install-vesta-do.sh
chmod +x install-vesta-do.sh
bash install-vesta-do.sh --force --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd no --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous no --mysql yes --postgresql no
一切正常,但是一旦我尝试将PHP更新到7.2。*,它将无法正常工作,并且php-fpm和nginx会中断。