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 5.5 的本机 intl 扩展转移到 intl PECL 包,以保持 intl/ICU 最新。但是现在我想知道我的 PHP 代码库中的 intl 代码的行为是否完全保持不变。我的代码库几乎使用了每个 intl 类和函数,因此对所有这些类和函数都运行测试并不可行。
因此有一个简单的问题,PHP 5.5' intl 扩展和 PECL intl 包是否源自相同的源代码?
是的。PECL 页面说:
“自 5.3 版以来,此扩展已与 PHP 捆绑在一起。”
http://pecl.php.net/package/intl