duanfan8699 2015-10-23 17:35
浏览 130

无法加载Zend Extension Manager(CentOS 5)

On Installed Kloxo 6.12, I Upgraded PHP,

When run php --ini It is the output:

[root@server1 /]# php --ini

Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220100525,NTS

lxphp.exe -v

PHP 5.3.28 (cli) (built: Feb 3 2014 00:20:35) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies

php -v

Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220100525,NTS

--

and php.ini content in /etc/php.ini is:

; Added by Kloxo file/phpini/php.ini.temp
;--- 
register_globals = off
display_errors = off
file_uploads = on

upload_max_filesize = 2M
log_errors = off
output_buffering = off
register_argc_argv = on
magic_quotes_gpc  = off 
post_max_size = 8M
magic_quotes_runtime = off
magic_quotes_sybase = off
mysql.allow_persistent = off
max_execution_time = 30
max_input_time = 60
memory_limit = 32M
allow_url_fopen = on
allow_url_include = on
register_long_arrays = on
session.save_path = /var/lib/php/session
cgi.force_redirect = on
; sendmail_from = 
safe_mode = off
enable_dl = on
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,show_source
zlib.output_compression = off
;
; xcache

;
; ioncube loader
;zend_extension=/usr/lib/kloxophp/ioncube/ioncube_loader_lin_age.so
;
; zend engine loader/optimizer 
[Zend]
zend_extension=/usr/lib/php/modules/ioncube/ioncube_loader_lin_5.4.so
;zend_extension_manager.optimizer=/usr/lib/kloxophp/zend/lib/Optimizer-3.2.8
;zend_extension_manager.optimizer_ts=/usr/lib/kloxophp/zend/lib/Optimizer_TS-3.2.8
zend_optimizer.version=3.2.8
zend_extension=/usr/lib/kloxophp/zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/lib/kloxophp/zend/lib/ZendExtensionManager_TS.so

;---
; Added by Kloxo file/phpini/php.ini.temp
;---

what's the Problem?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 基于卷积神经网络的声纹识别
    • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
    • ¥100 为什么这个恒流源电路不能恒流?
    • ¥15 有偿求跨组件数据流路径图
    • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
    • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
    • ¥15 CSAPPattacklab
    • ¥15 一直显示正在等待HID—ISP
    • ¥15 Python turtle 画图
    • ¥15 stm32开发clion时遇到的编译问题