douxiong0668 2012-09-17 09:49 采纳率: 100%
浏览 16
已采纳

Zend Framework 2需要PHP版本5.3.3吗?

They declare PHP_VERSION>=5.3.3, however, in its code, something like 'trait' which was introduced in 5.4 appear everywhere.I'm confused!

  • 写回答

2条回答 默认 最新

  • douzhan3900 2012-09-17 09:53
    关注

    It doesn't use traits, it lets you use traits. The requirement is 5.3.3, but using the traits part of the framework requires 5.4.

    It doesn't break anything.

    Update: See also this recent issue.

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

报告相同问题?