开发者

Current version of Zend Framework 1

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:

  • http://framework.zend.com/svn/framework/standard/tags/


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


Just call Zend_Version::getLatest() (which hits: http://framework.zend.com/api/zf-version).

Documentation here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜