Is there a site which simply outputs the latest stable version numbers of php and mysql?

蓝咒 提交于 2019-12-13 04:12:55

问题


I want to write a little app for myself which notifies me if there is a new version of php or mysql but I would need a feed or an xml file to read it from.


回答1:


PHP.net provides one http://www.php.net/releases/index.php?serialize=1

An alternative that may allow you to add additional software later is looking into the feeds provided by freshmeat: http://freshmeat.net/projects/mysql/




回答2:


You could probably subscribe to www.freshmeat.net's rss feed and only react when an even numbered version shows up.



来源:https://stackoverflow.com/questions/288206/is-there-a-site-which-simply-outputs-the-latest-stable-version-numbers-of-php-an

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!