Zend Optimizer is configured to work on any Just Host server. To ensure it works properly for your account, you need to enable the "zend_extension" option in your php.ini in all folders where the scripts are that need it. You can enable this using the "PHP Configuration" option in cPanel. Follow the steps in the PHP Config article to install the default php.ini file to your account.
The simplest way is to enable Zend Optimizer before installing the default php.ini file. The configuration options are also listed if you want to copy the options and paste them in your current php.ini file.
Recommended Help Content
Error Log receiving this error: PHP Warning: Zend Optimizer for PHP 4.4.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-2.5.10/php-4.4.x/ZendOptimizer.so') - try reinstalling the Zend Op
Script executed with a cron job requires a specific php.ini file to be used.
This article explains how to enable FastCGI for PHP applications.
Knowledgebase Article
164,651 views
tags:
fastcgi php
Related Help Content
How to change your PHP version in your hosting account
In the newer versions of PHP, they have included a new directive to control and handle remote includes. We disable this option, by default, which may affect some of your PHP scripts.
This article will explain how to add a PHP handler to your .htaccess files. This is useful if you want to customize the version of PHP that runs your PHP files.
How do I redirect users to another page using PHP?
How do I change the PHP environment for my site with php.ini?
Changing PHP versions, load custom Apache mods, and other Apache/PHP customizations
Many popular website platforms use PHP for rendering their content. It’s common for these sites to have automatic update tools to ensure that they work with the latest version of PHP, however sometimes a theme or plugin for these services may prevent them from updating or may not work with a newer
This article will outline which PHP PEAR Packages are installed and how you can install additional PHP PEAR Packages.