ionCube不能在我的系统上运行

时间:2017-11-02 06:15:28

标签: php ioncube

我正在使用

PHP版本5.5.12

ioncube_loader_win_5.5.dll ioncube_loader_win_5.6.dll

这不适用于我的窗口系统我按照

使用相同的步骤

http://docs.gurock.com/testrail-admin/howto-installing-ioncube

当我在本地系统中检查时,显示

C:\Users\abc>php -v
PHP 5.5.12 (cli) (built: Apr 30 2014 11:20:58)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v10.0.3, Copyright (c) 2002-2017, by ionCube Ltd.
with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans

很好,但它不适合我的申请。

当我通过

查看时
print_r(get_loaded_extensions());

然后它在数组[56] =>中显示正确的值ionCube Loader

错误:文件C:\ wamp \ www \ abc \ application \ bootstrap.php已损坏。

Fatal error: <br>The file <b>C:\wamp\www\abc\application\bootstrap.php</b> was encoded with the PHP 5.6 ionCube Encoder and requires PHP 5.6 to be installed. in Unknown on line 0

所以请提供准确的解决方案

1 个答案:

答案 0 :(得分:0)

选择合适且合适的IonCube Loader包非常重要。根据您的系统配置,IonCube的向导加载程序可帮助您找到适合您的加载程序包。所以我建议你使用Wizard Loader安装IonCube Loader。

如果您想了解更多信息,请参阅有关如何install IonCube Loader in localhost

的详细文章