Jump to content

Making PHP5 run like PHP4


ThePsion5

Recommended Posts

Hi guys,I'm developing on a machine that is currently running PHP5, but the product i'm developing for will be a PHP4-exclusive one; sadly, switching PHP installations on this machine has proven a significant pain in the arse so I was wondering if there was some way i could force PHP5 to look and act like PHP4. Any ideas?Thanks in Advance,Sean

Link to comment
Share on other sites

I think simply using common functions only will work. If you need something that's deprecated in PHP4 but has an alternative in PHP5, then... well... the easiest solution I can think of is XAMPP. A PHP switcher is one of it's features.

Link to comment
Share on other sites

Unfortuantely, it's not a function issue as much as an object handling issue...I always use alot of OO in my design and I want to make sure that it'll work on PHP4. On top of the pain of not being able to create interfaces, abstract classes, and type hinting, heh.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...