Is there a way to downgrade php 4.3.1 to 4.3.0? HELP ASAP

thomor25

Member
Feb 10, 2003
6
0
151
Phpmanger will not work cause zend doesn't work with 4.3.1 yet and it redirects to the defact index page.....
 

ukhost

Well-Known Member
Jan 8, 2002
222
0
316
Hi,

Are you running the latest version of ZendOptimizer?

We are running PHP 4.3.1 and ZendOptimizer 2.1.0 without any problems.

Kind Regards,

Neil
 

thomor25

Member
Feb 10, 2003
6
0
151
Originally posted by ukhost
Hi,

Are you running the latest version of ZendOptimizer?

We are running PHP 4.3.1 and ZendOptimizer 2.1.0 without any problems.

Kind Regards,

Neil
yes and phpmanager doesn't work, we tried and followed as it said. but everytime you go to a page it gets redirected to the index page....
 

ecoutez

Well-Known Member
May 23, 2002
152
0
316
Assuming that Zend Optimizer was working in your previous version of PHP, the needed tweaks are likely already in your php.ini and you already have the install files sitting somewhere on your serever...

cp /path/to/ZendOptimizer-2.1.0-Linux_glibc21-i386/data/4_3_0_comp/ZendOptimizer.so /usr/local/Zend/lib/

And restart Apache via your favorite method.

Ta da. The 4.3.0 works fine with 4.3.1 per Zend and has had no problems with phpManager here.

- Jason