<?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"
	>
<channel>
	<title>Comments on: New code in PEAR2</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Wed, 07 Jan 2009 22:04:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kelv1n</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/#comment-490905</link>
		<dc:creator>Kelv1n</dc:creator>
		<pubDate>Wed, 11 Jun 2008 08:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=334#comment-490905</guid>
		<description>Its really great to know 5.3 is already being targetted, its concerned me recently that all the new features would simply go unused (easy to see this happening, especially when frameworks refuse to break back-compat).</description>
		<content:encoded><![CDATA[<p>Its really great to know 5.3 is already being targetted, its concerned me recently that all the new features would simply go unused (easy to see this happening, especially when frameworks refuse to break back-compat).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn&#8217;s Blog: New code in PEAR2 &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/#comment-490646</link>
		<dc:creator>Joshua Eichorn&#8217;s Blog: New code in PEAR2 &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Tue, 10 Jun 2008 19:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=334#comment-490646</guid>
		<description>[...] Eichorn has blogged about three new projects he&#8217;s added to the PEAR2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Eichorn has blogged about three new projects he&#8217;s added to the PEAR2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/#comment-490225</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=334#comment-490225</guid>
		<description>Also PEAR1 has target php 5+ for new code for at least a year, I don't remember the official announcement, but I do know there aren't any new php4 packages, just 5</description>
		<content:encoded><![CDATA[<p>Also PEAR1 has target php 5+ for new code for at least a year, I don&#8217;t remember the official announcement, but I do know there aren&#8217;t any new php4 packages, just 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/#comment-490220</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=334#comment-490220</guid>
		<description>In a nutshell PEAR2 is namespaced php 5.3 code with a development focus of a sandbox for code to mature (or be removed if it was just a bad idea or never finished) before it gets into the main release channel.  The sandbox is open today, ping me if you'd like to get started.

For the basic PEAR2 rules
http://pear.php.net/manual/en/pear2cs.php
http://pear.php.net/manual/en/pear2policies.php

Of course how namespaces actually get used isn't 100% yet we need some real examples before we set that.</description>
		<content:encoded><![CDATA[<p>In a nutshell PEAR2 is namespaced php 5.3 code with a development focus of a sandbox for code to mature (or be removed if it was just a bad idea or never finished) before it gets into the main release channel.  The sandbox is open today, ping me if you&#8217;d like to get started.</p>
<p>For the basic PEAR2 rules<br />
<a href="http://pear.php.net/manual/en/pear2cs.php" rel="nofollow">http://pear.php.net/manual/en/pear2cs.php</a><br />
<a href="http://pear.php.net/manual/en/pear2policies.php" rel="nofollow">http://pear.php.net/manual/en/pear2policies.php</a></p>
<p>Of course how namespaces actually get used isn&#8217;t 100% yet we need some real examples before we set that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Koch</title>
		<link>http://blog.joshuaeichorn.com/archives/2008/06/09/new-code-in-pear2/#comment-490205</link>
		<dc:creator>Thomas Koch</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=334#comment-490205</guid>
		<description>Hi Joshua,

just a few weeks ago I asked some folks on a PHP meeting in Zuerich, whether they happen to know the status of PEAR2, but even core devs of PHP did not know.

So where should I go, if I have a small useful PHP5 library that I'd like to share with others? Making it PHP4 compatible only to get it into PEAR1 is crazy and PEAR2 seemed to be pretty dead.

Therefor I'm happy to see that PEAR2 is still alive and I'm curious to find out more about the rules you have agreed on.</description>
		<content:encoded><![CDATA[<p>Hi Joshua,</p>
<p>just a few weeks ago I asked some folks on a PHP meeting in Zuerich, whether they happen to know the status of PEAR2, but even core devs of PHP did not know.</p>
<p>So where should I go, if I have a small useful PHP5 library that I&#8217;d like to share with others? Making it PHP4 compatible only to get it into PEAR1 is crazy and PEAR2 seemed to be pretty dead.</p>
<p>Therefor I&#8217;m happy to see that PEAR2 is still alive and I&#8217;m curious to find out more about the rules you have agreed on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
