关于opcache
php5.5.14,lnmp安装opcache。虽然php5.5默认集成了opcache,但编译时仍需使用 --enable-opcache 选项来开启OPcache。
行动
本次使用upgrade_php.sh进行php更新。
- 由于我之前已经将lnmp的php版本升级到了5.5.14,故先将版本检查注释掉:
# if [ "$php_version" == "$old_php_version" ]; then # echo "Error: The upgrade PHP Version is the same as the old Version!!" # exit 1 # fi ``...