Run PHP5 in PHP4 mode

Run PHP5 in PHP4 mode:

Today, I had to track down a bug in my application which only occured with PHP4. The problem was that I use PHP5 and I couldn’t reproduce the bug with PHP5. So I needed PHP4 on my machine. I installed php4-cgi, but for some reason I was not able to configure it correctly (I am not an Apache guru *g*). After more searching I found a hint of a special property in php.ini with which it is possible to run PHP5 in PHP4 mode. That property is:

zend.ze1_compatibility_mode

After enabling this property, I was able to reproduce the bug.

OOO good tip

(Via cake baker.)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>