dgejal 发表于 2011-10-31 22:54:56

ionCube问题

=========================================================================
Manager for LNMP V0.7,Written by Licess
=========================================================================
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of lnmp
For more information please visit http://www.lnmp.org

Usage: /root/lnmp {start|stop|reload|restart|kill|status}
=========================================================================
Stoping LNMP...
Nginx program is stop
Shutting down php_fpm . done
PHP-FPM program is stop
Shutting down MySQL
. *
MySQL program is stop
Starting LNMP...
Nginx start successfully!
Starting php_fpm Failed loading /usr/local/ioncube/ioncube_loader_lin_5.3.so:/usr/local/ioncube/ioncube_loader_lin_5.3.so: undefined symbol: gc_remove_zval_from_buffer
done
PHP-FPM start successfully!
Starting MySQL
. *
MySQL start successfully!

帮忙看看ioncube是什么问题,我重新安装了也会出这个问题,有没有影响,怎么解决呢?

licess 发表于 2011-11-2 14:20:15

php -v 看看php版本是多少

dgejal 发表于 2011-11-3 10:46:26

root@server:~# php -v
PHP 5.3.3-1ubuntu9.6 with Suhosin-Patch (cli) (built: Oct 14 2011 22:31:56)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

licess 发表于 2011-11-3 11:51:05

暂时不知道什么原因了
页: [1]
查看完整版本: ionCube问题