<?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 19:22:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sharon Levy's Blog: PHP Version]]></title>
      <guid>http://www.phpdeveloper.org/news/17353</guid>
      <link>http://www.phpdeveloper.org/news/17353</link>
      <description><![CDATA[<p>
<i>Sharon Levy</i> has a new post to her blog showing a trick she's come up with to show the PHP version information (usually found in the <a href="http://php.net/phpinfo">phpinfo</a>) <a href="http://slevy1.wordpress.com/2011/12/12/php-version/#more-2225">even when it's disabled</a>.
</p>
<blockquote>
Sometimes the most crucial, basic piece of information can seem so hard to find. For example, suppose you wanted to find out what version of PHP your remote webhost provides to shared hosting users? What would you do? [...] For development purposes it can be helpful having phpinfo() available, but on a live shared host, you may discover as I did recently that it is no longer available; your host may have disabled it.
</blockquote>
<p>
She includes three other ways you can use to get the version of PHP you're working with:
</p>
<ul>
<li>If you have command line access, running "php -v"
<li>Using the <a href="http://php.net/phpversion">phpversion</a> function (or PHP_VERSION constant)
<li>Appending a certain value to the URL (only works in some cases)
</ul>]]></description>
      <pubDate>Thu, 05 Jan 2012 13:20:40 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sara Golemon's Blog: Name that release date]]></title>
      <guid>http://www.phpdeveloper.org/news/7654</guid>
      <link>http://www.phpdeveloper.org/news/7654</link>
      <description><![CDATA[<p>
<i>Sara Golemon</i> shares an <a href="http://blog.libssh2.org/index.php?/archives/56-Name-that-release-date.html">interesting bit of stats</a> in her latest post - the release dates from the major PHP version releases since PHP 4.0.0.
</p>
<blockquote>
Someone recently posed the question: "How can I find out when a particular version of PHP was released?" I pointed him to CVS main/php_version.h, then went about taking my own medicine. Here's what I got from a quick scan of the cvs log for that oft-touched file in case anyone else gets curious...
</blockquote>
<p>
The list (of 48 items) shows a few fun things she points out - PHP's 7th birthday is coming up next month (May 2007), the file was usually tagged before the actual release date, and version 4.0.4's info points to an invalid file so its date is a guess at best.
</p>]]></description>
      <pubDate>Thu, 19 Apr 2007 08:33:00 -0500</pubDate>
    </item>
  </channel>
</rss>
