意见箱
恒创运营部门将仔细参阅您的意见和建议,必要时将通过预留邮箱与您保持联络。感谢您的支持!
意见/建议
提交建议

phpstudy提示SourceGuardianloader“ixed.5.6.win”tobeinstalled

来源:恒创科技 编辑:恒创科技编辑部
2023-12-06 20:02:59

phpstudy提示sourceguardianloader “ixed.5.6.win” to be installed,这就尴尬了,其实就是少了sg11扩展组件,折腾了几次,按照网站提示,这通找,下载N多ixed.5.6.win扩展,放到php下 ext ,配置文件ini下加入此扩展,没有毛线用,全浪费功夫了。其实,phpstudy可以直接选上扩展的,不需要复杂步骤,比如进入php.ini文件添加”extension=ixed.5.6.win”引用。

PHP script ‘D:\phpstudy_pro\WWW\xcx\addons\xc_laundry\site.php’ is protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.5.6.win’ to be installed. 1) Download the required loader ‘ixed.5.6.win’ from the SourceGuardian site: http://www.sourceguardian.com/loaders/download.php?php_v=5.6.9&php_ts=0&php_is=4&os_s=Windows+NT&os_r=6.2&os_m=AMD64 2) Install the loader to D:\phpstudy_pro\Extensions\php\php5.6.9nts\ext 3) Edit D:\phpstudy_pro\Extensions\php\php5.6.9nts\php.ini and add ‘extension=ixed.5.6.win’ directive

提示的倒挺详细,可是如果你真这么找, 你就真的上当了。没用。。。。。


phpstudy提示SourceGuardianloader“ixed.5.6.win”tobeinstalled

那么,该怎么办呢?

开启此扩展,就ok了。不用下载什么 ‘ixed.5.6.win 扩展!!

如果是windows系统,也可以改php.ini的认的实现,比如:

由于缺少ixed.5.6.win扩展,以PHP5.6为例,bt面板自带了ixed.5.6.win,只是没有开启而已,

找到PHP.INI文件:

1234extension=php_bz2.dllextension=php_curl.dllextension=php_fileinfo.dllextension=php_gd2.dll

在其前面加上:

1extension=ixed.5.6.win

然后,重启PHP服务即可!

上一篇: PBOOTCMS的伪静态规则设置方法 下一篇: Redis有序集合如何使用