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
https://forums.phpfreaks.com/topic/53723-zend-optimizer/
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
https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265578
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
https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265784
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.