I got this project developed with PHP5. The project was given to me with full details (php version to use, mysql version to use, etc). My client said to develop the project using PHP5, I am glad about this cause i could practice my OOP.
After the project was completed in my local server I uploaded the files to the live server, the problem is, the live server is running in PHP4, so my work was all messed up when we run the project.
Today is the deadline of the project and I've doing this for a couple of weeks coding with PHP5 OOP and before the end of this day I have to make it work with the live server.
My client dont want me to update the PHP version of the server because some other web apps might be affected. If i recode the project It might also take me weeks to do that.
Is there some way this could be done? Im running out of time.