XCache

masood_y

Well-Known Member
#5
Im install and config xcache 1.2.2 on my server.
I see following when type "php -v" on server ssh:

root@linux# php -v
PHP 5.2.6 (cli) (built: Oct 14 2008 10:47:29)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with the ionCube PHP Loader v3.1.33, Copyright (c) 2002-2007, by ionCube Ltd., and
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH
Segmentation fault (core dumped)

But some websites used zend for coding have error, susch as: http://ariyashop.com/
How can resolve this issue?

Thanks
 

mistwang

LiteSpeed Staff
#6
The PHP crash when you run it from command line, so it is not stable for production use. you need to find out which module cause the problem. Disable modules one by one see which fixes it.
 
Top