Jump to content

Looking for php4 to php5 convertor?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
deny

deny

    Newbie

  • Members
  • PipPip
  • 13 posts
Anybody know for any php4 to php5 convertor? I found one that has been discontinued Convert PHP4 to PHP5 : Help for converting PHP 4 to PHP 5

Thanks
Black Bear | Proxy Server | Ip Address | Web Proxy | Art Painting | Find Ip Address

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Why would you want to do this? PHP4 code works in PHP5 and is almost virtually the same. The only difference is if you add classes.

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

Lop said:

Why would you want to do this? PHP4 code works in PHP5 and is almost virtually the same. The only difference is if you add classes.

PHP 4 supports classes too :cool:

#4
deny

deny

    Newbie

  • Members
  • PipPip
  • 13 posts
Well, i'm not php guru and my hosting company announced upgrade from php4 to php5. I know that php4 it is not fully compatible with php5 and start to think about possible issues with some part of codes.
That's way i ask it for convertor for "you never know" case.
Black Bear | Proxy Server | Ip Address | Web Proxy | Art Painting | Find Ip Address

#5
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I would wait until they upgrade and see if there are any problems. toastedpenguin.com - Home upgraded their PHP [from 4 to 5] and their clients had exactly zero problems.

#6
deny

deny

    Newbie

  • Members
  • PipPip
  • 13 posts
It is good to know it that they did not have any problems.
I do not expect problems but would like just to have it something ready for "you never know" case. I tried to find something but could not find anything on the Net.
Black Bear | Proxy Server | Ip Address | Web Proxy | Art Painting | Find Ip Address

#7
dirkfirst

dirkfirst

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 354 posts
There is nothing to change from PHP 4 to 5. The authors have made it so that it is backwards compatible meaning all of your PHP 4 will still work just fine.