Now I'm configuring LAMP server on my Linux (Debian). My PHP version is 5.3.3-7, Apache version is 2.2.16 (Debian).
My files, which must be decoded, are located in: /var/www/sms
I have located Zend Loader (.so) and Zend Optimizer (.so) here: /var/www/zend/
So in my php.ini I have written:
- Code: Select all
zend_extension="/var/www/zend/xxxxxxxx"
zend_extension="/var/www/zend/xxxxxxxx"
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
And when i try to open localhost/sms/index.php (index.php is the coded file), there shows a message "Zend Optimizer not installed".
What should I do to work Zend correctly ?
Thanks in advance.

