How to deal with the configuration changes?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
kushalashok
Forum Newbie
Posts: 1
Joined: Thu Jan 23, 2014 7:25 am

How to deal with the configuration changes?

Post by kushalashok »

I have to deploy an existing PHP code which was developed on a platform with the following configurations:

LAMP server / Ubuntu 11.04 / PHP5.4 / MySQL 5

The server on which the code is to be deployed has got the following configurations:

LAMP stack/ Red Hat Enterprise Linux OS Version 5.9 / PHP 5.3.25 / My SQL 5.1.30

Please help me understand if there will be any changes required in the PHP code or the SQL script for this transition to work?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to deal with the configuration changes?

Post by Celauran »

I'd start by looking at the change log looking for features you may be using that were implemented only after 5.4
Post Reply