0

We got project, its migration site from php4 to php5,

What are the thing first i should do,

In which parts i should concentrate,

Is there any procedure ,

Give top high 15 point for php4 to php5 migration,

Guess client using the Informix , ut not sure, may be Mysql also,

j0k
  • 22,600
  • 28
  • 79
  • 90
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
  • What is the goal that client is trying to achieve with the migration? – Sergey Apr 02 '11 at 14:18
  • client site is php4 , need to migrate to php5, so asking, step by step, how going to migrate, in genral , we know how migrate to php5, but dont know the document level, so what is the chk list for migrating site from php4 to php5 – Bharanikumar Apr 02 '11 at 14:28
  • What I was asking - is what's the purpose of a migration? It's like I need a car... But which car would widely depend on what do you need it for: transporting 10 children, or racing alone... – Sergey Apr 02 '11 at 14:38
  • 1
    @Serge the purpose could 'only' be to stop using a software (php4) that's not maintained anymore ; that alone would seem like a good reason to migrate to php5. – Pascal MARTIN Apr 02 '11 at 15:12

1 Answers1

8

To be honest, what you probably need to do is simply study the Migrating from PHP 4 to PHP 5 FAQ and the more detailed Migrating from PHP 4 to PHP 5.0.x section of the PHP manual - as this will tell you pretty much all you need to know.

John Parker
  • 54,048
  • 11
  • 129
  • 129