Page 1 of 1

Conversion of PHP versions

Posted: Thu Nov 11, 2010 1:26 am
by dheeraja
Hi,
Suppose I am using PHP 5.0 and I am uploading my code to the server which is having PHP 4.0, so how could I made to run my coding which is supported by PHP 5.0 to PHP 4.0.

Thank You
Dheeraj

Re: Conversion of PHP versions

Posted: Thu Nov 11, 2010 7:57 am
by saltwine
Hi dheeraja


If you're looking for the magical application that reads your code and converts it to the correct PHP version... I don't think you're in luck (at least I haven't seen one).

You're going to have to get a testing box that is set up with PHP4 and debug your code... nasty!