Home » Categories » Multiple Categories

Do you support Zend Optimizer?

Zend Optimizer, which is software to optimise and protect your PHP by encoding it into a machine readable format, is available to use on our servers. 

However, we do not support the optimised code directly. Once you use Zend Optimizer on your code, you will need to support that code yourself.

Occasionally, you can get an error about it when you run your PHP scripts.

This can happen because you have placed a php.ini (or php4.ini) file in the same directory as the script.  This disrupts Zend Optimizer and prevents it from running.

If you move the php.ini file from the directory into your root directory (above the public_html directory), your script will be able to function correctly and pick up the Zend module.

1 (15)
Article Rating (15 Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Why is my complied CGI program not running?
Added on Mon, Mar 16, 2015
Are ionCube and Zend Guard Loader installed on your servers?
Added on Mon, Mar 16, 2015
How to handle ’Out of memory’ PHP errors.
Added on Tue, Jun 25, 2019
Is imagick available on your servers?
Added on Mon, Mar 16, 2015
Log4j Flaw - Frequently Asked Questions
Added on Wed, Dec 15, 2021