标签:php7 continue bsp 需要 提示 编译安装 down 编译 targeting
自从php7.3开始提示
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
我就后悔升级php了。本来php7.2用得好好的,手贱非要升级。
结果随便执行什么, 都给你跳一个 Did you mean to use "continue 2"?
是在是逼不得已,降级吧。
于是:
sudo downgrade php
选择低于7.3.1的。7.3.0是可以的。
降级过后,额外安装的so库,需要重新安装。
需要注意的是gd库。
gd库如果自己编译安装非常麻烦。
搜索gd的编译文件是搜索不到的。
所以可以这样安装
sudo downgrade php-gd
选择同样版本号的即可。
标签:php7 continue bsp 需要 提示 编译安装 down 编译 targeting
原文地址:https://www.cnblogs.com/codeaaa/p/10560852.html