<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/PEAR_Frontend_Web/download/0.7.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb_gopear/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.7.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.5.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/CodeGen_PECL/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/CodeGen_PECL/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.7.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb_gopear/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb_gopear/download/1.1.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for pajoye</title>
<description>The latest releases for the PEAR developer pajoye (Pierre-Alain Joye)</description>
</channel>

<item rdf:about="http://pear.php.net/package/PEAR_Frontend_Web/download/0.7.3/">
 <title>PEAR_Frontend_Web 0.7.3</title>
 <link>http://pear.php.net/package/PEAR_Frontend_Web/download/0.7.3/</link>
 <content:encoded>* Fix bug #13703 no empty channel url&lt;br /&gt;
* fix bug #13714 'package information' link on installing local file&lt;br /&gt;
* for the open_basedir prisoners, don't allow PEAR to search for a temp dir (would use /tmp), see bug #13167
 </content:encoded>
 <dc:date>2008-08-03T10:01:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb_gopear/download/1.1.2/">
 <title>pearweb_gopear 1.1.2</title>
 <link>http://pear.php.net/package/pearweb_gopear/download/1.1.2/</link>
 <content:encoded>Bugfixes:&lt;br /&gt;
 * Fixed temp_dir bug, see #13167&lt;br /&gt;
 * PEAR servers switched from viewcvs to viewvc&lt;br /&gt;
 * fix proxy bug, see #14365 (jwerner)
 </content:encoded>
 <dc:date>2008-08-03T09:46:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.7.2/">
 <title>PEAR 1.7.2</title>
 <link>http://pear.php.net/package/PEAR/download/1.7.2/</link>
 <content:encoded>* Implement Request #13375: install-pear.php should have option to set cfg_dir [timj]&lt;br /&gt;
* Fix Bug #12945 PEAR_Registry::setConfig() does not set install path [cweiske/cellog]&lt;br /&gt;
* Fix Bug #12959 PEAR should give warning when doing &quot;special&quot; handling with cfg role [cellog]&lt;br /&gt;
* Fix Bug #12960 role=cfg should automatically replace file if it has not been modified [cellog]&lt;br /&gt;
* Fix Bug #13031 PEAR fails to authenticate when doing upgrade-all on non-default channel [timj]&lt;br /&gt;
* Fix Bug #13033 Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1 [timj]&lt;br /&gt;
* Fix Bug #13059 Invalid release type causes Undefined Property notice [gwynne, dufuz]&lt;br /&gt;
* Fix Bug #13123 pear config-set works, but pecl config-set does not [cellog]&lt;br /&gt;
* Fix Bug #13323 Deprecated errors in many places [hubbitus]&lt;br /&gt;
* Fix Bug #13315 Upgrading of package fails if more than one file of role=cfg has changed [timj]&lt;br /&gt;
* Fix Bug #13386 &quot;pear install --register-only&quot; fails with cfg role [cellog]&lt;br /&gt;
* Fix Bug #13434 Breaks on HPUX - &quot;find () -ls&quot; doesn't work [cellog]&lt;br /&gt;
* Fix Bug #13484 pear package brings up warnings [dufuz]&lt;br /&gt;
* Fix Bug #13485 pear package-validate brings up ASCII issues [dufuz]&lt;br /&gt;
* Fix Bug #13508 undefined index errors when installing a remote bundle [cellog/tswicegood]&lt;br /&gt;
* Fix Bug #13525 pear package-validate is not showing warnings even if there are [dufuz]&lt;br /&gt;
* Fix Bug #13559 installing package fails via proxy to virtual-hosted server. [hirose]&lt;br /&gt;
* Fix Bug #13691 Pear doesn't remove old directories on upgrade [cellog]&lt;br /&gt;
* Fix Bug #13870 Notice uninstalling or using bundles [cellog]&lt;br /&gt;
* Fix Bug #13883 file permissions not preserved on packaging [cellog]
 </content:encoded>
 <dc:date>2008-05-17T15:51:20-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.5.0a1/">
 <title>Date 1.5.0a1</title>
 <link>http://pear.php.net/package/Date/download/1.5.0a1/</link>
 <content:encoded>* Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT&lt;br /&gt;
* Fixed bug #7439: US/Indiana Daylight Savings Change&lt;br /&gt;
* Implemented request #9700: Incorrect timestamps allowd&lt;br /&gt;
* Fixed bug #10349: Wrong offset in timezones&lt;br /&gt;
* Fixed bug #10591: inDaylightTime fails&lt;br /&gt;
* Implemented request #11090: microtime is not set by default constructor&lt;br /&gt;
* Fixed bug #11313: DST time change not handled correctly&lt;br /&gt;
* Fixed bug #11475: Date::copy don't copy milisecond part&lt;br /&gt;
* Fixed bug #11682: Australia/Perth has DST&lt;br /&gt;
* Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode&lt;br /&gt;
* Fixed bug #12019: Date-&gt;after(...) changes the date&lt;br /&gt;
* Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero incorrectly&lt;br /&gt;
* Fixed bug #12529: setTZ globally sets your TZ instead of only within date object&lt;br /&gt;
* Fixed bug #13376: setFromDateDiff change source dates&lt;br /&gt;
&lt;br /&gt;
* Improved time-zone functionality so that it is entirely handled by the class and not reliant on native functions&lt;br /&gt;
* Added leap-second functionality&lt;br /&gt;
* Added functions 'Date::round()' and 'Date::trunc()'&lt;br /&gt;
* Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style formatting code&lt;br /&gt;
* Added formatting function 'Date::format3()' to allow date-formatting using the formatting code of 'date()'
 </content:encoded>
 <dc:date>2008-03-23T18:58:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/CodeGen_PECL/download/1.1.2/">
 <title>CodeGen_PECL 1.1.2</title>
 <link>http://pear.php.net/package/CodeGen_PECL/download/1.1.2/</link>
 <content:encoded>Changes since 1.1.1:&lt;br /&gt;
- fixed wrong version dependency to CodeGen parent package
 </content:encoded>
 <dc:date>2008-03-04T18:38:07-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/CodeGen_PECL/download/1.1.1/">
 <title>CodeGen_PECL 1.1.1</title>
 <link>http://pear.php.net/package/CodeGen_PECL/download/1.1.1/</link>
 <content:encoded>Changes since 1.1.0:&lt;br /&gt;
- added appropriate ZEND_ACC_... attributes for __construct/__destruct/__clone&lt;br /&gt;
- implemented nested &lt;group&gt; tag support&lt;br /&gt;
- add generic &quot;unknown&quot; author if none specified to ensure valid package.xml &lt;br /&gt;
- fixed PROP_SET_STRING to actually use the stringl api function instead of the plain string one&lt;br /&gt;
- fixed handling of optional parameters in prototypes
 </content:encoded>
 <dc:date>2008-03-04T18:30:24-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.7.1/">
 <title>PEAR 1.7.1</title>
 <link>http://pear.php.net/package/PEAR/download/1.7.1/</link>
 <content:encoded>fixed since 1.7.0&lt;br /&gt;
 * fix bug #13030: Port not set for REST HTTP requests [timj]&lt;br /&gt;
 * fix bug #13029: Duplicate Host headers set when requesting REST data [timj]&lt;br /&gt;
 * fix bug #13047: PEAR fails to install *any* package [timj]&lt;br /&gt;
&lt;br /&gt;
Known bugs to be fixed in version 1.7.2:&lt;br /&gt;
 - Bug #12945 	PEAR_Registry::setConfig() does not set install path&lt;br /&gt;
 - Bug #12959 	PEAR should give warning when doing &quot;special&quot; handling with cfg role&lt;br /&gt;
 - Bug #12960 	role=cfg should automatically replace file if it has not been modified&lt;br /&gt;
 - Bug #13031 	PEAR fails to authenticate when doing upgrade-all on non-default channel&lt;br /&gt;
 - Bug #13033 	Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1
 </content:encoded>
 <dc:date>2008-02-03T09:59:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb_gopear/download/1.1.1/">
 <title>pearweb_gopear 1.1.1</title>
 <link>http://pear.php.net/package/pearweb_gopear/download/1.1.1/</link>
 <content:encoded>using PEAR-stable again&lt;br /&gt;
 simplified intro and installation instructions
 </content:encoded>
 <dc:date>2008-02-01T18:09:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.7.0/">
 <title>PEAR 1.7.0</title>
 <link>http://pear.php.net/package/PEAR/download/1.7.0/</link>
 <content:encoded>Minor feature addition release&lt;br /&gt;
&lt;br /&gt;
Known bugs to be fixed in version 1.7.1:&lt;br /&gt;
 - Bug #12945 	PEAR_Registry::setConfig() does not set install path&lt;br /&gt;
 - Bug #12959 	PEAR should give warning when doing &quot;special&quot; handling with cfg role&lt;br /&gt;
 - Bug #12960 	role=cfg should automatically replace file if it has not been modified&lt;br /&gt;
 - Bug #13031 	PEAR fails to authenticate when doing upgrade-all on non-default channel&lt;br /&gt;
 - Bug #13033 	Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1&lt;br /&gt;
&lt;br /&gt;
fixed since 1.7.0RC2&lt;br /&gt;
 * fix bug #13030: Port not set for REST HTTP requests [timj]&lt;br /&gt;
 * fix bug #13029: Duplicate Host headers set when requesting REST data [timj]&lt;br /&gt;
 * fix Bug #12987: improper calls to class_exists [weirdan]&lt;br /&gt;
 * fix Bug #12954: Host header missing when using proxy [flint]&lt;br /&gt;
 * fix Bug #12918: file tasks ignored for role=src [cellog]&lt;br /&gt;
 * fix Bug #12816: &lt;configureoption&gt; default isn't being parsed [jon]&lt;br /&gt;
 * fix Bug #12793: run-tests fails when using --ARGS-- in phpt test files [izi]&lt;br /&gt;
fixed since 1.7.0RC1:&lt;br /&gt;
 * fix Bug #12818: package.xml 1.0 parsing can drop lines [cellog]&lt;br /&gt;
 * fix Bug #12662: System::_parseArgs() should be declared statically [cellog]&lt;br /&gt;
 * fix Bug #12661: System::mktemp needs to be declaired statically [cellog]&lt;br /&gt;
 * implement PEAR_Error::__toString() as alias to getMessage() [cellog]&lt;br /&gt;
fixed since 1.6.2:&lt;br /&gt;
 * fix Bug #12116: Accept-Encoding not supported: breaks installer [jldupont]&lt;br /&gt;
 * fix Bug #12162: config-create doesn't work after installing custom roles [cellog]&lt;br /&gt;
 * fix Bug #12553: System::find() does not find exact filename matches [cellog/jorrit]&lt;br /&gt;
 * fix Bug #12554: enableExtension() zeros php.ini in some instances [jlightsey]&lt;br /&gt;
 * implement Request #11964: introduce www role, www_dir config variable [cellog]&lt;br /&gt;
 * implement Request #12108: Add &quot;config&quot; (cfg) role [cellog]&lt;br /&gt;
 * implement Request #12147: Avoid compile-time strict warnings [cellog]
 </content:encoded>
 <dc:date>2008-01-31T23:43:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb_gopear/download/1.1.0/">
 <title>pearweb_gopear 1.1.0</title>
 <link>http://pear.php.net/package/pearweb_gopear/download/1.1.0/</link>
 <content:encoded>New version: more user friendly and robust (especially the webbased part of it)&lt;br /&gt;
 + installs pear-beta as suggested by cweiske in #12727
 </content:encoded>
 <dc:date>2008-01-28T14:48:30-05:00</dc:date>
</item>

</rdf:RDF>