<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 09:27:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nessa's Blog: Using PHP to Display Version Info (I and II)]]></title>
      <guid>http://www.phpdeveloper.org/news/8869</guid>
      <link>http://www.phpdeveloper.org/news/8869</link>
      <description><![CDATA[<p>
<i>Nessa</i> has <a href="http://www.v-nessa.net/2007/10/15/using-php-to-display-version-info/">two</a> <a href="http://www.v-nessa.net/2007/10/17/using-php-to-display-version-info-part-ii/">posts</a> that talk about how to use PHP to display the versions of software running on the local machine.
</p>
<blockquote>
I've been working on this application for work that does some simple server reporting, part of which involves displaying the versions of major software running on the machines. [...] I need to be aware of this to make sure that customers are being moved to servers with compatible versions. It's also good in tracking and planning upgrades.
</blockquote>
<p>
In the <a href="http://www.v-nessa.net/2007/10/15/using-php-to-display-version-info/">first post</a> she recommends using the exec function in PHP to run system commands to get things like the cpanel version, python version and what perl you have installed.
</p>
<p>
<a href="http://www.v-nessa.net/2007/10/17/using-php-to-display-version-info-part-ii/">Part two</a> shows a little bit different way to get some of the same information - using the data in the /proc/version file as a single resource to get OS information.
</p>]]></description>
      <pubDate>Fri, 19 Oct 2007 11:23:00 -0500</pubDate>
    </item>
  </channel>
</rss>
