Is there a site that just lists the latest stable php and mysql version numbers?

I want to write a small application for myself that notifies me if there is a new version of php or mysql, but I need a file or XML file to read it.

0


source to share


2 answers


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 at the feeds provided by freshmeat: http://freshmeat.net/projects/mysql/

+5


source


Perhaps you can subscribe to the www.freshmeat.net rss feed and only react when the even version appears.



0


source







All Articles