<?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 for PEAR Blog</title>
	<atom:link href="http://blog.pear.php.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pear.php.net</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>Comment on Welcome to new contributors by doconnor</title>
		<link>http://blog.pear.php.net/2011/12/18/welcome-to-new-contributors/comment-page-1/#comment-3747</link>
		<dc:creator>doconnor</dc:creator>
		<pubDate>Mon, 19 Dec 2011 09:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/?p=102#comment-3747</guid>
		<description>At this stage, I would encourage you to use the pear bug tracker for the moment. It has the advantedge of detecting duplicate issues for you.

With newer packages, some authors might opt to use the github issues - I personally have no problem with it :)</description>
		<content:encoded><![CDATA[<p>At this stage, I would encourage you to use the pear bug tracker for the moment. It has the advantedge of detecting duplicate issues for you.</p>
<p>With newer packages, some authors might opt to use the github issues &#8211; I personally have no problem with it <img src='http://blog.pear.php.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to new contributors by nikic</title>
		<link>http://blog.pear.php.net/2011/12/18/welcome-to-new-contributors/comment-page-1/#comment-3744</link>
		<dc:creator>nikic</dc:creator>
		<pubDate>Sun, 18 Dec 2011 12:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/?p=102#comment-3744</guid>
		<description>Should one still use the bug tracker on pear.php.net or should GitHub issues be used now?</description>
		<content:encoded><![CDATA[<p>Should one still use the bug tracker on pear.php.net or should GitHub issues be used now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3 Windows and PEAR (go-pear.phar) 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>Comment on PEAR Development on Github by doconnor</title>
		<link>http://blog.pear.php.net/2011/11/05/pear-development-on-github/comment-page-1/#comment-3672</link>
		<dc:creator>doconnor</dc:creator>
		<pubDate>Sun, 06 Nov 2011 14:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/?p=99#comment-3672</guid>
		<description>I&#039;m actually finding the commit emails to be a non issue. Certainly where there are changes happening from external people; the fork/pull request model is actually letting me review better.
IE: https://github.com/pear/Console_Getargs/pull/1 is out there for comment and review.</description>
		<content:encoded><![CDATA[<p>I&#8217;m actually finding the commit emails to be a non issue. Certainly where there are changes happening from external people; the fork/pull request model is actually letting me review better.<br />
IE: <a href="https://github.com/pear/Console_Getargs/pull/1" rel="nofollow">https://github.com/pear/Console_Getargs/pull/1</a> is out there for comment and review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PEAR Development on Github by Alan Knowles</title>
		<link>http://blog.pear.php.net/2011/11/05/pear-development-on-github/comment-page-1/#comment-3670</link>
		<dc:creator>Alan Knowles</dc:creator>
		<pubDate>Sun, 06 Nov 2011 02:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/?p=99#comment-3670</guid>
		<description>Probably should go on the mailing list, but I&#039;ve not had time to post this, github currently has  a huge problem for PEAR development.

The commit emails do not include the patches... (only a link to them, and a long wait when you review on a mobile device....)

This means commits are missing peer review, and security review.

I&#039;m guessing not a huge problem at present as most of the packages that have been moved are basically &#039;the attic&#039; ones, but until github supports propper commit emails, It would be a good idea to hold off on migrating the remaining core packages until either this is fixed (not sure if github has settings for that) or we find an alternative, (git.php.net or gitorious)

Alan</description>
		<content:encoded><![CDATA[<p>Probably should go on the mailing list, but I&#8217;ve not had time to post this, github currently has  a huge problem for PEAR development.</p>
<p>The commit emails do not include the patches&#8230; (only a link to them, and a long wait when you review on a mobile device&#8230;.)</p>
<p>This means commits are missing peer review, and security review.</p>
<p>I&#8217;m guessing not a huge problem at present as most of the packages that have been moved are basically &#8216;the attic&#8217; ones, but until github supports propper commit emails, It would be a good idea to hold off on migrating the remaining core packages until either this is fixed (not sure if github has settings for that) or we find an alternative, (git.php.net or gitorious)</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3 Windows and PEAR (go-pear.phar) 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>Comment on PHP 5.3 Windows and PEAR (go-pear.phar) 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>Comment on The PEAR Project mourns the loss of Bertrand Gugger by Bertrand Gugger: Qu&#8217;il Respose En Paix &#124; Robert Peake</title>
		<link>http://blog.pear.php.net/2007/06/17/the-pear-project-mourns-the-loss-of-bertrand-gugger/comment-page-1/#comment-3570</link>
		<dc:creator>Bertrand Gugger: Qu&#8217;il Respose En Paix &#124; Robert Peake</dc:creator>
		<pubDate>Fri, 15 Jul 2011 17:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/2007/06/17/the-pear-project-mourns-the-loss-of-bertrand-gugger/#comment-3570</guid>
		<description>[...] was shocked to discover today that French PHP programmer Bertrand Gugger passed away last week due to a heart attack. Bertrand was co-lead on the Net_Monitor project with me, and contributed many valuable additions [...]</description>
		<content:encoded><![CDATA[<p>[...] was shocked to discover today that French PHP programmer Bertrand Gugger passed away last week due to a heart attack. Bertrand was co-lead on the Net_Monitor project with me, and contributed many valuable additions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PEAR in August by Olle Jonsson</title>
		<link>http://blog.pear.php.net/2010/08/14/pear-in-august/comment-page-1/#comment-3499</link>
		<dc:creator>Olle Jonsson</dc:creator>
		<pubDate>Fri, 20 Aug 2010 08:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/?p=84#comment-3499</guid>
		<description>I have written a completely unscientific counter page for the deprecation bugs:

http://ollehost.dk/media/pear-bugs/

(The number is a little lower than the number of bugs in the list, since I discount a few deprecated packages that appear in that list. Let&#039;s only fix the stuff people use!)</description>
		<content:encoded><![CDATA[<p>I have written a completely unscientific counter page for the deprecation bugs:</p>
<p><a href="http://ollehost.dk/media/pear-bugs/" rel="nofollow">http://ollehost.dk/media/pear-bugs/</a></p>
<p>(The number is a little lower than the number of bugs in the list, since I discount a few deprecated packages that appear in that list. Let&#8217;s only fix the stuff people use!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Karmic Ships with PEAR-Affecting Issues by Kylie</title>
		<link>http://blog.pear.php.net/2009/11/03/ubuntu-karmic-ships-with-pear-affecting-issues/comment-page-1/#comment-3493</link>
		<dc:creator>Kylie</dc:creator>
		<pubDate>Thu, 19 Aug 2010 03:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pear.php.net/?p=51#comment-3493</guid>
		<description>Thanks for the workaround, it came in handy for me</description>
		<content:encoded><![CDATA[<p>Thanks for the workaround, it came in handy for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

