<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP 5.3 Windows and PEAR (go-pear.phar)</title>
	<atom:link href="http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/</link>
	<description>Official pear.php.net blog</description>
	<lastBuildDate>Mon, 19 Dec 2011 09:50:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: tintin98</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-3739</link>
		<dc:creator>tintin98</dc:creator>
		<pubDate>Wed, 30 Nov 2011 22:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-3739</guid>
		<description>workaround fixed. Just copy PEAR folder from older version of PHP, then run 

php -d phar.require_hash=0 go-pear.phar

all went well.</description>
		<content:encoded><![CDATA[<p>workaround fixed. Just copy PEAR folder from older version of PHP, then run </p>
<p>php -d phar.require_hash=0 go-pear.phar</p>
<p>all went well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Pitts</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-3648</link>
		<dc:creator>Matt Pitts</dc:creator>
		<pubDate>Wed, 19 Oct 2011 18:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-3648</guid>
		<description>When I run this: C:\PHP&gt;php go-pear.phar</description>
		<content:encoded><![CDATA[<p>When I run this: C:\PHP&gt;php go-pear.phar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-3645</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Tue, 04 Oct 2011 03:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-3645</guid>
		<description>i am trying to do
php -d phar.require_hasg=0 PEAR/go-pear.phar
 on wamp 2.1 and php version 5.3.5


but i am getting this error please help


c:\wamp\bin\php\php5.3.5&gt;php -d phar.require_hasg=0 PEAR/go-pear.phar
phar &quot;C:\wamp\bin\php\php5.3.5\PEAR\go-pear.phar&quot; does not have a signaturePHP W
arning:  require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar &quot;phar://go-pear.phar/index.php&quot; in C:\
wamp\bin\php\php5.3.5\PEAR\go-pear.phar on line 1236
PHP Stack trace:
PHP   1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\go-pear.phar:0

Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar &quot;phar://go-pear.phar/index.php&quot; in C:\
wamp\bin\php\php5.3.5\PEAR\go-pear.phar on line 1236

Call Stack:
    0.0207     719288   1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\go-pear.phar:0



c:\wamp\bin\php\php5.3.5&gt;</description>
		<content:encoded><![CDATA[<p>i am trying to do<br />
php -d phar.require_hasg=0 PEAR/go-pear.phar<br />
 on wamp 2.1 and php version 5.3.5</p>
<p>but i am getting this error please help</p>
<p>c:\wamp\bin\php\php5.3.5&gt;php -d phar.require_hasg=0 PEAR/go-pear.phar<br />
phar &#8220;C:\wamp\bin\php\php5.3.5\PEAR\go-pear.phar&#8221; does not have a signaturePHP W<br />
arning:  require_once(phar://go-pear.phar/index.php): failed to open stream: pha<br />
r error: invalid url or non-existent phar &#8220;phar://go-pear.phar/index.php&#8221; in C:\<br />
wamp\bin\php\php5.3.5\PEAR\go-pear.phar on line 1236<br />
PHP Stack trace:<br />
PHP   1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\go-pear.phar:0</p>
<p>Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha<br />
r error: invalid url or non-existent phar &#8220;phar://go-pear.phar/index.php&#8221; in C:\<br />
wamp\bin\php\php5.3.5\PEAR\go-pear.phar on line 1236</p>
<p>Call Stack:<br />
    0.0207     719288   1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\go-pear.phar:0</p>
<p>c:\wamp\bin\php\php5.3.5&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chip</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-3479</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Sun, 25 Jul 2010 13:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-3479</guid>
		<description>PHP 5.3 Windows and PEAR for thanx.</description>
		<content:encoded><![CDATA[<p>PHP 5.3 Windows and PEAR for thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just some help</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-3476</link>
		<dc:creator>just some help</dc:creator>
		<pubDate>Tue, 06 Jul 2010 12:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-3476</guid>
		<description>error_reporting = E_ALL &amp; ~E_DEPRECATED
display_errors = On

would be a solution since the last update to the PEAR_Frontend_Web package was last update some time in 2007 or if am not wrong 2003 and since it is beta.. we need a code for this... or just keep using the command-line.. joke

with this solution be aware that for example regular expresion (ie. ereg) are DEPRECATED!!</description>
		<content:encoded><![CDATA[<p>error_reporting = E_ALL &amp; ~E_DEPRECATED<br />
display_errors = On</p>
<p>would be a solution since the last update to the PEAR_Frontend_Web package was last update some time in 2007 or if am not wrong 2003 and since it is beta.. we need a code for this&#8230; or just keep using the command-line.. joke</p>
<p>with this solution be aware that for example regular expresion (ie. ereg) are DEPRECATED!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just some help</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-3475</link>
		<dc:creator>just some help</dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-3475</guid>
		<description>u got to see that there is one thing true.. u dont read the fine print... error on all my students comes from not reading the error messages there are very detail.. watch--

the last line asks for:   C:\wamp\bin\php\php5.3.0\data\PEAR_Frontend_Web\data\templates

WELL THIS DOES EXISTS!! THE CORRECT IS

C:\wamp\bin\php\php5.3.0\PEAR\data\PEAR_Frontend_Web\data\templates

That path change makes the difference here so you can go to say

C:\wamp\bin\php\php5.3.0\PEAR\data

copy the folder: PEAR_Frontend_Web to

C:\wamp\bin\php\php5.3.0\data\


then all the Deprecated: Assigning the return value of .... are just a matter of setting the error_reporting or display_errors o whatever you like to your needs on your php.ini under C:\wamp\bin\apache\Apache2.2.11\bin
to</description>
		<content:encoded><![CDATA[<p>u got to see that there is one thing true.. u dont read the fine print&#8230; error on all my students comes from not reading the error messages there are very detail.. watch&#8211;</p>
<p>the last line asks for:   C:\wamp\bin\php\php5.3.0\data\PEAR_Frontend_Web\data\templates</p>
<p>WELL THIS DOES EXISTS!! THE CORRECT IS</p>
<p>C:\wamp\bin\php\php5.3.0\PEAR\data\PEAR_Frontend_Web\data\templates</p>
<p>That path change makes the difference here so you can go to say</p>
<p>C:\wamp\bin\php\php5.3.0\PEAR\data</p>
<p>copy the folder: PEAR_Frontend_Web to</p>
<p>C:\wamp\bin\php\php5.3.0\data\</p>
<p>then all the Deprecated: Assigning the return value of &#8230;. are just a matter of setting the error_reporting or display_errors o whatever you like to your needs on your php.ini under C:\wamp\bin\apache\Apache2.2.11\bin<br />
to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Q</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-2779</link>
		<dc:creator>Evan Q</dc:creator>
		<pubDate>Sat, 08 May 2010 08:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-2779</guid>
		<description>To crazy : U must be choosing &quot;system&quot; in the beginning, try &quot;local&quot;, it works fine with Alberto Saavedra&#039;s method! Thanks Alberto!</description>
		<content:encoded><![CDATA[<p>To crazy : U must be choosing &#8220;system&#8221; in the beginning, try &#8220;local&#8221;, it works fine with Alberto Saavedra&#8217;s method! Thanks Alberto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjy</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-2768</link>
		<dc:creator>Benjy</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-2768</guid>
		<description>I&#039;m having exactly the same problem as Crazy. 

Anyone got past this point? Even when i enter the path to the php.exe, it says it doesn&#039;t have it and relists the 12 options.

:(</description>
		<content:encoded><![CDATA[<p>I&#8217;m having exactly the same problem as Crazy. </p>
<p>Anyone got past this point? Even when i enter the path to the php.exe, it says it doesn&#8217;t have it and relists the 12 options.</p>
<p> <img src='http://blog.pear.php.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-2730</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-2730</guid>
		<description>ENV: Php532 on Vista

Thanks! 

&#039;php -d phar.require_hash=0&#039; (at command prompt from PEAR dir)

.. worked great. 

Regarding install process not going anywhere (or continuing) upon Enter - I thought I experienced the same thing..but upon specifying option 12 ..which had no default, it continued on successfully.</description>
		<content:encoded><![CDATA[<p>ENV: Php532 on Vista</p>
<p>Thanks! </p>
<p>&#8216;php -d phar.require_hash=0&#8242; (at command prompt from PEAR dir)</p>
<p>.. worked great. </p>
<p>Regarding install process not going anywhere (or continuing) upon Enter &#8211; I thought I experienced the same thing..but upon specifying option 12 ..which had no default, it continued on successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KJ</title>
		<link>http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/comment-page-1/#comment-2706</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.bluga.net/?p=28#comment-2706</guid>
		<description>Thanks Alberto, that fixed it for me also.</description>
		<content:encoded><![CDATA[<p>Thanks Alberto, that fixed it for me also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

