Zend Framework 1 的当前版本
是否有任何在线提要/文件可供我解析以了解哪个版本的 Zend Framework 1 是最新的? 我希望立即收到有关安全更新的通知。
到目前为止我想到的唯一解决方案是解析 SVN 标签:
Is there any feed/file online I could parse to know which version of the Zend Framework 1 is most up to date?
I'd like to be notified immediately about the security updates.
The only solution I came up so far is parsing SVN tags:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不同目的的不同提要
Zend Framework 发布提要
-->仅提供新版本发布
Zend Framework 安全源
-->提供重要的安全新闻
Zend Framework 开发人员源
-->为开发人员提供有趣的(有时)信息
Different feeds for different purposes
Zend Framework Release Feed
--> only feeds the new version Releases
Zend Framework Security Feed
--> feeds important security news
Zend Framework Developer Feed
--> feeds interesting (sometimes) information for devs
只需调用
Zend_Version::getLatest()
(即:http:// framework.zend.com/api/zf-version)。文档此处。
Just call
Zend_Version::getLatest()
(which hits: http://framework.zend.com/api/zf-version).Documentation here.