提示未启用php apcu 和 PECL uploadprogress 插件
未启用
PHP APCu caching can improve your site's performance considerably. It is highly recommended to have APCu installed on your server.

解决办法
安装php apcu 和 PECL uploadprogress这 插件
yum install -y php-apcu php-uploadprogress 重启服务器
systemctl restart httpd
评论