Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.