Zend Guard Loader problem

#1
Hi,
I installed Zend Guard Loader,it shows in phpinfo http://www.saleinfo.org/phpinfo.php
but when I run a script,it doesn't work,and php -v not show Zend Guard Loader.

root@saleinfo:~# php -v
PHP 5.3.3-7+squeeze17 with Suhosin-Patch (cli) (built: Aug 26 2013 07:26:12)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH

Please help me,thank you.
 

NiteWave

Administrator
#2
http://www.saleinfo.org/phpinfo.php
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
and php version is 5.3.27. usually it's /usr/local/lsws/fcgi-bin/lsphp5

the command line php, version is 5.3.3, different binary. run
#which php
to know its full path.
 
#3
http://www.saleinfo.org/phpinfo.php

and php version is 5.3.27. usually it's /usr/local/lsws/fcgi-bin/lsphp5

the command line php, version is 5.3.3, different binary. run
#which php
to know its full path.
root@saleinfo:~# which php
/usr/bin/php


root@saleinfo:~# /usr/local/lsws/lsphp5/bin/php -v
PHP 5.3.27 (cli) (built: Oct 16 2013 16:28:37)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies


does that means zend guard loader is successfull installed,what to do next? thank you.
 
Top