<?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>Tue, 18 Jun 2013 01:22:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Cal Evans' Blog: XAMPP, PHP 5.3, PEAR, and PHAR (what a mess)]]></title>
      <guid>http://www.phpdeveloper.org/news/12860</guid>
      <link>http://www.phpdeveloper.org/news/12860</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> <a href="http://blog.calevans.com/2009/07/11/xampp-php-5-3-pear-and-phar-what-a-mess/">had an issue</a> - it involved XAMPP, PHP 5.3, PEAR and phar:
</p>
<blockquote>
If you are installing PHP 5.3 and when you run go-pear.bat you get this: phar "C:xamppphpPEARgo-pear.phar" does not have a signature.
</blockquote>
<p>
The short method to getting it working correctly is to update your php.ini file with a few small changes to the require_hash setting. <i>Cal</i> goes through the long method he took to finally get to that point - decision on the platform (XAMPP), version of PHP to use and some googling around that lead him to <a href="http://lenss.nl/2008/07/pear-install-weirdness/">this</a> and <a href="http://php.net/manual/en/phar.configuration.php#ini.phar.require-hash">this</a> to help resolve his problem.
</p>
<blockquote>
It turns out that, if that's on, for security purposes it can't be overridden. Since the default is on, I had to open up my php.ini, find it and set it to off. Once it's off, everything works just fine.
</blockquote>]]></description>
      <pubDate>Mon, 13 Jul 2009 10:53:18 -0500</pubDate>
    </item>
  </channel>
</rss>
