<?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/download/1.9.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.8.1/"/>
</rdf:Seq>
</items>

<title>Latest releases of pear</title>
<description>The latest releases for the package pear</description>
</channel>

<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.4/">
 <title>PEAR 1.9.4</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.4/</link>
 <content:encoded>Bug Fixes:&lt;br /&gt;
* Bug #17350: &quot;pear install --force&quot; doesn't uninstall files from previous pkg versions [dufuz]&lt;br /&gt;
* Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality [dufuz]&lt;br /&gt;
* Bug #18440: bad tmp folder path on install : Unable to create path for C:/Program/tmp [dufuz]&lt;br /&gt;
* Bug #18581: &quot;config-get -c&quot; not returning channel's configuration when using alias [dufuz]&lt;br /&gt;
* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]&lt;br /&gt;
&lt;br /&gt;
Features&lt;br /&gt;
* All System (the class) functions can now take in spaced paths as long as they are surrounded in quotes.&lt;br /&gt;
  Prior to this it was possible to do that by passing all values in as an array (by product of #18362, #18440) [dufuz]
 </content:encoded>
 <dc:date>2011-07-07T00:27:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.3/">
 <title>PEAR 1.9.3</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.3/</link>
 <content:encoded>* Fixed Bug #17744: Empty changelog causes fatal error in setChangelogentry [dufuz]&lt;br /&gt;
* Fixed Bug #18340: raiseErro typo [doconnor]&lt;br /&gt;
* Fixed Bug #18349: package.xml version not recognized when single quoted [dufuz]&lt;br /&gt;
* Fixed Bug #18364: date.timezone errors for sh/bat files when TZ is not set in php.ini [dufuz]&lt;br /&gt;
* Fixed Bug #18388: Parenteses error in REST.php line 232 [dufuz]&lt;br /&gt;
* Fixed Bug #18428: invalid preg_match patterns [glen]&lt;br /&gt;
* Fixed Bug #18486: REST/10.php does not check error condition [dufuz]&lt;br /&gt;
* Fixed a problem in RunTest and code coverage. Correctly register the&lt;br /&gt;
  code coverage shutdown function in case we are inside a namespace. [sebastian]&lt;br /&gt;
* Fixed a bug with extensions not providing their config.m4 and co in the root directory of&lt;br /&gt;
  their pecl package but rather in a sub directory, such as xhprof. [dufuz]
 </content:encoded>
 <dc:date>2011-06-04T23:46:50-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.2/">
 <title>PEAR 1.9.2</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.2/</link>
 <content:encoded>Important! This is a security fix release. The advisory can be found at&lt;br /&gt;
http://pear.php.net/advisory-20110228.txt&lt;br /&gt;
&lt;br /&gt;
  Bugs:&lt;br /&gt;
  * Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]&lt;br /&gt;
  * Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]&lt;br /&gt;
  * Fixed Bug #17781: invalid argument warning on foreach due to an empty optional dependencie [dufuz]&lt;br /&gt;
  * Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by David Jean Louis (izi)]&lt;br /&gt;
  * Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]&lt;br /&gt;
  * Fixed Bug #17986: PEAR Installer cannot handle files moved between packages [dufuz]&lt;br /&gt;
  * Fixed Bug #17997: Strange output if directories are not writeable [dufuz]&lt;br /&gt;
  * Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]&lt;br /&gt;
  * Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]&lt;br /&gt;
  * Fixed Bug #18218: &quot;pear package&quot; does not allow the use of late static binding [dufuz and Christer Edvartsen]&lt;br /&gt;
  * Fixed Bug #18238: Wrong return code from &quot;pear help&quot; [till]&lt;br /&gt;
  * Fixed Bug #18308: Broken error message about missing channel validator [yunosh]&lt;br /&gt;
&lt;br /&gt;
  This feature is implemented as a result of #18056&lt;br /&gt;
  * Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]
 </content:encoded>
 <dc:date>2011-02-28T18:58:49-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.1/">
 <title>PEAR 1.9.1</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.1/</link>
 <content:encoded>* svntag improvements, tag package files passed into the command and better directory checks [dufuz]&lt;br /&gt;
* rely on Structures_Graph minimum version instead of recommended version [saltybeagle]&lt;br /&gt;
* Fix Bug #12613: running go-pear.phar from C:\ fails [dufuz]&lt;br /&gt;
* Fix Bug #14841: Installing pear into directory with space fails [dufuz]&lt;br /&gt;
* Fix Bug #16644: pear.bat returns syntax error when parenthesis are in install path. [dufuz] [patch by bwaters (Bryan Waters)]&lt;br /&gt;
* Fix Bug #16767: Use of Depreciated HTML Attributes in the Exception class [dufuz] [patch by fuhrysteve (Stephen J. Fuhry)]&lt;br /&gt;
* Fix Bug #16864: &quot;pear list-upgrades -i&quot; issues E_WARNINGS [dufuz] [patch by rquadling (Richard Quadling)]&lt;br /&gt;
* Fix Bug #17220: command `pear help` outputs to stderr instead of stdout [dufuz]&lt;br /&gt;
* Fix Bug #17234: channel-discover adds port to HTTP Host header [dufuz]&lt;br /&gt;
* Fix Bug #17292: Code Coverage in PEAR_RunTest does not work with namespaces [sebastian]&lt;br /&gt;
* Fix Bug #17359: loadExtension() fails over missing dl() when used in multithread env [dufuz]&lt;br /&gt;
* Fix Bug #17378: pear info $package fails if directory with that name exists [dufuz]
 </content:encoded>
 <dc:date>2010-05-26T20:47:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0/">
 <title>PEAR 1.9.0</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0/</link>
 <content:encoded>* Fix  Bug #16547: The phar for PEAR installer uses ereg() which is deprecated [dufuz]
 </content:encoded>
 <dc:date>2009-09-03T14:44:22-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC4/">
 <title>PEAR 1.9.0RC4</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC4/</link>
 <content:encoded>* Fixed a problem where the original channel could not be set as a preferred_mirror again [dufuz]&lt;br /&gt;
* Make sure channel aliases can't be made to start with - [dufuz]&lt;br /&gt;
* Output issues with pear search [dufuz]&lt;br /&gt;
* Fixed couple of stray notices [dufuz]
 </content:encoded>
 <dc:date>2009-08-23T01:26:42-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC3/">
 <title>PEAR 1.9.0RC3</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC3/</link>
 <content:encoded>* Improved svntag support to handle packages like PEAR it self [dufuz]
 </content:encoded>
 <dc:date>2009-08-21T22:57:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC2/">
 <title>PEAR 1.9.0RC2</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC2/</link>
 <content:encoded>* REST 1.4 file was occasionally being included but REST 1.4 is not intended for this release cycle [dufuz]
 </content:encoded>
 <dc:date>2009-08-20T15:56:24-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC1/">
 <title>PEAR 1.9.0RC1</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC1/</link>
 <content:encoded>* Implement Request #16213: add alias to list-channels output [dufuz]&lt;br /&gt;
* Implement Request #16378: pear svntag [dufuz]&lt;br /&gt;
* Implement Request #16386: PEAR_Config::remove() does not support specifying a channel [timj]&lt;br /&gt;
* Implement Request #16396: package-dependencies should allow package names [dufuz]&lt;br /&gt;
&lt;br /&gt;
* Fix Bug #11181: pear requests channel.xml from main server instead from mirror [dufuz]&lt;br /&gt;
* Fix Bug #14493: pear install --offline doesn't print out errors [dufuz]&lt;br /&gt;
* Fix Bug #11348: pear package-dependencies isn't well explained [dufuz]&lt;br /&gt;
* Fix Bug #16108: PEAR_PackageFile_Generator_v2 PHP4 parse error when running upgrade-all [dufuz]&lt;br /&gt;
* Fix Bug #16113: Installing certain packages fails due incorrect encoding handling [dufuz]&lt;br /&gt;
* Fix Bug #16122: PEAR RunTest failed to run as expected [dufuz]&lt;br /&gt;
* Fix Bug #16366: compiling 5.2.10 leads to non-functioning pear [dufuz]&lt;br /&gt;
* Fix Bug #16387: channel-logout does not support logging out from a non-default channel [timj]&lt;br /&gt;
* Fix Bug #16444: Setting preferred mirror fails [dufuz]&lt;br /&gt;
* Fix the shutdown functions where a index might not exist and thus raise a notice [derick]
 </content:encoded>
 <dc:date>2009-08-18T13:52:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.8.1/">
 <title>PEAR 1.8.1</title>
 <link>http://pear.php.net/package/PEAR/download/1.8.1/</link>
 <content:encoded>* Fix Bug #16099 	PEAR crash on PHP4 (parse error) [dufuz]
 </content:encoded>
 <dc:date>2009-04-15T06:14:44-05:00</dc:date>
</item>

</rdf:RDF>