Jump to content

upgrading media wiki from php 4 server to php5


lovesmith

Recommended Posts

hello friends,

I have a customized media wiki site in our host using php 4. Now they are upgrading to php 5, so i m now required to upgrade my media wiki codes to php 5 as well. So is there any easier way to upgrade it to php 5. As i have customized media wiki site, i need to recode to php 5 version and there are so many files to be recoded and it will take a long time for me. So it will be better if someone suggest me that do i have other alternative?

There are very few backward incompatible changes between php4 and php5. Almost all php4 code will work under php5, when using equivalent php.ini settings -  http://www.php.net/manual/en/migration5.php

 

However, you will likely find problems due to configuration differences in php.ini settings. A lot of web hosts and programmers did not learn and follow configuration recommendations concerning depreciated functions.

 

Your best method would be to setup a local development computer with php5 using the target system's php.ini settings and test your application.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.