Jump to content

ZEND OPTIMIZER


barryflood22

Recommended Posts

I am using 1&1 hosting, it is  linux server, and is php version 4.47 and I have been trying to install zend optimizer on it with no joy. I have put the following files on the root directory:

 

php.ini and

ZendOptimizer.so

 

the php.ini file contains the following text:

 

zend_optimizer.optimization_level=15

zend_extension=/root/ZendOptimizer.so

 

so why doesnt it work?

 

whenever i do a system check, this is what I get:

 

http://www.floodmarine.co.uk/system-check.php

 

can anyone help?

Link to comment
Share on other sites

Are you sure that the php.ini you are modifying is the correct one?

 

create a file with this code in it and place it on your server than run it.

 

<?php
phpinfo();
?>

 

It will tell you which directory it is looking at for php.ini settings.

 

Make sure that is the correct directory you are looking into. Also make sure the .so file is in the correct place and make sure you restart your server once this is done to make sure the settings take.

Link to comment
Share on other sites

you can only load the php optimizer if it your server or use a 3rd party host that has got it on there server you can not load it as a stand alone optimizer in a 3rd party hosting scinorio unless you are the administrator of the 3rd pary hosting company. .

 

bad spelling sorry.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.