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
How do I connect to my MySQL database from my Perl script?
Added on Thu, Feb 26, 2015
How do I connect to my site using Dreamweaver?
Added on Fri, Mar 13, 2015
What is Python?
Added on Fri, Mar 13, 2015
Can I use File eXchange Protocol (FXP) for site-to-site transfers?
Added on Fri, Mar 13, 2015
What is Perl and what can it do?
Added on Fri, Mar 13, 2015