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

StackOverflow https://stackoverflow.com/questions/288206

  •  08-07-2019
  •  | 
  •  

Question

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.

Was it helpful?

Solution

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/

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top