News Feed
Jobs Feed
Sections




News Archive
Cal Evans' Blog:
XAMPP, PHP 5.3, PEAR, and PHAR (what a mess)
July 13, 2009 @ 10:53:18

Cal Evans had an issue - it involved XAMPP, PHP 5.3, PEAR and phar:

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.

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. Cal 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 this and this to help resolve his problem.

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.
0 comments voice your opinion now!
requirehash phar pear xampp


blog comments powered by Disqus

Similar Posts

Community News: Latest PEAR Releases for 07.09.2007

PHP-Tools Blog: Der Zauberlehrling - Sorcerer's Apprentice

IBM developerWorks: A step-by-step guide to publishing your own PEAR channels

Community News: Latest PEAR Releases for 12.24.2007

Lorenzo Alberton's Blog: Things are moving... (PEAR Package Updates)


Community Events









Don't see your event here?
Let us know!


database introduction code object phpunit framework example language zendframework2 opinion development interview community tool unittest composer podcast api release testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework