I tried to install zend by: /scripts/installzendopt
However this code return that zend is not installed:
Also when i access zend file i got error like:
Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 4 in /home/username/public_html/domain.com/index.php on line 0
Can anyone assist me?
However this code return that zend is not installed:
PHP:
<?
if(!function_exists('zend_optimizer_version')) echo 'Install Zend Optimizer';
else echo 'Zend Optimizer version: '.zend_optimizer_version();
?>
Also when i access zend file i got error like:
Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 4 in /home/username/public_html/domain.com/index.php on line 0
Can anyone assist me?