【发布时间】:2015-06-26 14:15:26
【问题描述】:
我无法使用 phpfarm 配置 ioncube 或 source Guardian 加载器。我认为这是 php -v 中的“(DEBUG)”,但我不知道该怎么做。我需要有关此问题的帮助。
我的 php -v:
root@martin:/opt/phpfarm/src# /opt/phpfarm/inst/php-5.3.22/bin/php -v
Cannot load the ionCube PHP Loader - it was built with configuration API220090626,NTS, whereas running engine is **API220090626,NTS,debug**
PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module
Module compiled with build ID=API20090626,NTS
PHP compiled with build **ID=API20090626,NTS,debug**
These options need to match
in Unknown on line 0
Warning: PHP Startup: SourceGuardian: Unable to initialize module
Module compiled with build ID=API20090626,NTS
PHP compiled with build ID=API20090626,NTS,debug
These options need to match
in Unknown on line 0
PHP 5.3.22 (cli) (built: Apr 19 2015 17:43:14) **(DEBUG)**
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
【问题讨论】:
-
欢迎来到 Stack Overflow!我通过选择文本然后按工具栏上的
{}按钮来格式化您的php -v响应。 -
哦,非常感谢,更清楚了