kbpneehar Posted July 30, 2015 Share Posted July 30, 2015 We are presently running our PHP application on AIX 5.3 server. We will need this Operating system to be upgraded to AIX 7.1. My question is will the PHP application which works perfectly on AIX 5.3. would work on AIX 7.1 too? What all variables do we need to take care or what steps do we need to keep in mind to execute a seamless Upgrade. Please advise Regards Neehar Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted July 30, 2015 Share Posted July 30, 2015 Talking just php that will depend what php version had installed and what functions are used in your code. See the differences depending your versions. http://php.net/manual/en/appendices.php On that page is the migration differences. http://php.net/manual/en/migration56.php http://php.net/manual/en/migration55.php http://php.net/manual/en/migration54.php and so on... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.