Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他们声明 PHP_VERSION>=5.3.3,但是,在其代码中,到处都出现了 5.4 中引入的“特征”之类的东西。我很困惑!
它不使用特征,它允许您使用特征。要求是 5.3.3,但使用框架的特征部分需要 5.4。
它不会破坏任何东西。
更新:另请参阅最近一期。
ZF2 具有一些特性和其他 PHP 5.4 特性,但只有在您使用 PHP 5.4 时才启用,否则使用与 PHP 5.3 相同的等效项