Thinking about PHP5

Hi, I'm currently not going to install php5 since cpanel is still testing it, but I was thinking I would install it once it's stable but turning on ze1_compatiblity_mode. This means it uses php4's object model just in case some of my clients are using too many php4 quirks that don't work in php5. And if someone wants to use php5's object model, they could turn it off in .htaccess:

php_flag ze1_compatibility_mode Off

I don't see a problem with this since anyone using PHP5 are developers taking advantage of the new features at the moment. With time, I can switch the option to off when PHP5 has been adopted by more people.

What do you guys think?

 

 

 

 

Top