php相关问题 安装程序提示以下内容
遇到某些php程序的安装提示:
PHP script ‘/www/wwwroot/zhengban.youyacao.com/install/index.php’ is protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.8.1.lin’ to be installed.
1) Click here to download the required ‘ixed.8.1.lin’ loader from the SourceGuardian site
2) Install the loader to /www/server/php/81/lib/php/extensions/no-debug-non-zts-20210902
3) Edit /www/server/php/81/etc/php.ini and add ‘extension=ixed.8.1.lin’ directive
4) Restart the web server
大义是缺少扩展让你安装并且允许然哈重启。
这里链接被去掉了 我重新发一下,
但是这个链接不固定奥,针对你的php版本这里会有对应的提示,因此直接点击提示的 click here下载
这个便是扩展“ixed.8.1.lin”下载链接,下载好此文件后按提示放在 php的目录下
/www/server/php/81/lib/php/extensions/no-debug-non-zts-20210902 这是我的目录,你们对应的版本对应自己的提示目录。
再编辑php.ini 增加一行 ‘extension=ixed.8.1.lin’
最后重启下php ,这个不用讲了,然后问题解决!很棒!