宝塔:修改默认PHP版本

查看当前PHP的默认(软连接)

[root@2cd7898ec830]# ls -l /usr/bin/php
lrwxrwxrwx 1 root root 26 Jan  3 02:23 /usr/bin/php -> /www/server/php/74/bin/php

修改默认版本,查看修改后端效果

[root@2cd7898ec830 open.wx.test]# ln -sf /www/server/php/80/bin/php /usr/bin/php
[root@2cd7898ec830 open.wx.test]# ls -l /usr/bin/php
lrwxrwxrwx 1 root root 26 Feb 24 08:56 /usr/bin/php -> /www/server/php/80/bin/php

如显出的结果正确,则修改成功