Posted by Rasmus Lerdorf on 10/21/68 11:13
Vishal Kashyap @ [SaiHertz] wrote:
> Dear PHP enlightened ,
>
> I was planning to move my PHP 4.3.x based product t PHP 5.x and for
> this I was looking for some kinda shortcut scripts or utility to
> migrate the 4.3.x file to PHP 5.x .
> Any pointers would be appreaciated.
Chances are pretty good that you won't have to change anything. Step 1
would be to simply try running your existing code under PHP5 and see
what breaks. Unless you have complicated OO code or you are using the
domxml extension, you likely won't need to change anything.
For more info, read: http://php.net/migration5
-Rasmus
[Back to original message]
|