Hi Friends,
I have encoded my agi files and class files using Zend Guard trial Version: 5.5.0 and when i am executing encoded files on server , CLI is showing " PHP Fatal error: Unable to read 106043 bytes in /home/sysadmin/agi/agi.php on line 0 " error.
My php.ini file config as below
zend_extension = "/home/sysadmin/ZendGuardLoader-php-5.3-linux-glibc23-x86_64/php-5.3.x/ZendGuardLoader .so"
zend_loader.enable=1
zend_loader.disable_licensing=0
agi file execution error log :
[root@n6devel agi]# php agi.php
PHP Fatal error: Unable to read 106043 bytes in /home/sysadmin/agi/agi.php on line 0
PHP version :
[root@n6devel agi]# php -v
PHP 5.3.3 (cli) (built: Jun 27 2012 12:25:48)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
[root@n6devel agi]#
Please help me to fix PHP Fatal error: Unable to read 106043 bytes error.

