douxi2011 2010-07-23 11:36
浏览 32
已采纳

PHP OOP 4/5兼容性?

I've read that major changes were made in PHP 5 to the OO structure, so I'm concerned (before taking up OOP PHP) that users would need a specific version of PHP installed to run my application (either 4 or 5). Up until now this hasn't really been an issue as it's just been differences like missing functions or different return values.

So would an OOP structured PHP application designed for PHP 4 run fine under PHP 5, or vice versa?

  • 写回答

6条回答 默认 最新

  • dpv50040 2010-07-23 11:38
    关注

    For the most part, things written using PHP 4 OOP should work in PHP 5.

    However, support for PHP 4 has been dropped many years ago. It doesn't even receive security fixes anymore. There is no reason whatsoever to run PHP 4 today.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(5条)

报告相同问题?