• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone here running both php4 and php5 in same apache configuration?

I'm curious to see if I can get php4 and php5 running on the same apache server.

Ideally, would like to have php5 by default, and a certain folder running php4.

any thoughts?
 
It should be possible. Make sure the php4 scripts have the php4 extension, and make sure Apache knows what to do with those.

I could be wrong though, I haven't bothered with PHP in a while.
 
Back
Top