	<?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:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pecl.php.net/">
    <link>http://pecl.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://pecl.php.net/get/DBus/0.1.1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/translit/0.6.1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/APM/1.0.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/pecl_http/2.0.0dev2"/>
<rdf:li rdf:resource="http://pecl.php.net/get/rar/3.0.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/functional/0.0.1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/amqp/0.3.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/bcompiler/1.0.2"/>
<rdf:li rdf:resource="http://pecl.php.net/get/mogilefs/0.9.1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/bcompiler/1.0.1"/>
</rdf:Seq>
</items>

<title>PECL: Latest releases</title>
<description>The latest releases in PECL.</description>
</channel>
<item rdf:about="http://pecl.php.net/get/DBus/0.1.1">
<title>DBus 0.1.1</title>
    <link>http://pecl.php.net/get/DBus/0.1.1</link>
    <description>- Compile fix for PHP 5.4/trunk.
</description>
<dc:date>2011-06-15T07:38:06-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/translit/0.6.1">
<title>translit 0.6.1</title>
    <link>http://pecl.php.net/get/translit/0.6.1</link>
    <description>- Release to make it compile against PHP 5.4 and trunk (due to the function_entry-&gt;zend_function_entry change).
</description>
<dc:date>2011-06-15T07:18:08-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/APM/1.0.0">
<title>APM 1.0.0</title>
    <link>http://pecl.php.net/get/APM/1.0.0</link>
    <description>This is the initial stable release of APM.

Fixed:
- Script filename could possibly not be filled in case of slow request.
</description>
<dc:date>2011-06-14T16:53:51-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/pecl_http/2.0.0dev2">
<title>pecl_http 2.0.0dev2</title>
    <link>http://pecl.php.net/get/pecl_http/2.0.0dev2</link>
    <description>This is to become v2 of the known pecl_http extension.
It is completely incompatible to previous version.
Try it, or let it be. If you are not sure, let it be. Really.

List of changes (TBD):
* Everything lives below the http namespace
* Supported request libraries: curl, neon
* The message body is implemented as a temp stream instead of a chunk of memory
* The utterly misunderstood HttpResponse class has been reimplemented in the http\env namespace
* There's only http\Exception
* Every instance follows http\Object::$defaultErrorHandling or inherited http\Object-&gt;errorHandling, but only for errors generated by the extension itself
</description>
<dc:date>2011-06-14T04:14:57-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/rar/3.0.0">
<title>rar 3.0.0</title>
    <link>http://pecl.php.net/get/rar/3.0.0</link>
    <description>Changes in this version:
- Updated to unrar 4.0.7 (corresponds to WinRAR 4.0.0 stable).
- Support for PHP 5.4.
- Added url wrapper rar://.
- Added volume find callback to RarArchive::open/rar_open.
- Added support for stat, both static and to opened streams.
- Added rar_allow_broken_set/RarArchive::setAllowBroken and rar_broken_is/
  RarArchive::isBroken, which control/query the behavior with archives with
  missing volumes.
- Added option to RarEntry::extract() to allow from extraction of ACL (windows)
  /owner (unix)/extended attributes (os/2).
- Added support for RAR archives that have several entries with the same name.
- Implemented count elements handler for RarArchive.
- Implemented dimensions handlers for RarArchive.
- Fixed packed sizes which were using high bits from unpacked sizes.
- Fixed PECL bug #20498 (RarEntry::extract not really accepting a password).
- Fixed PECL bug #18449 (Extraction of uncompressed and encrypted files fails).
- Many more tests.
</description>
<dc:date>2011-06-12T00:10:13-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/functional/0.0.1">
<title>functional 0.0.1</title>
    <link>http://pecl.php.net/get/functional/0.0.1</link>
    <description>- Initial release
</description>
<dc:date>2011-06-11T10:51:03-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/amqp/0.3.0">
<title>amqp 0.3.0</title>
    <link>http://pecl.php.net/get/amqp/0.3.0</link>
    <description>0.3.0 Release:
Fixed memory leaks in many functions (courtesy Jonathan Tansavatdi and Andy Wick)
Fixed consume method to return proper values
Cleaned up variable usage
Fixed bugs:
    * 22638: Unexpected exit code 1 with AMQPQueue::consume()
    * 22698: AMQPQueue::consume

0.2.2 Release:
Made extension compatible with PHP lt 5.3 (courtesy John Skopis)
Fixed wrong typing of message properties (courtesy John Skopis)

0.2.1 Release:
Fixed refcount decrementing bug causing segfaults.

0.2.0 Release:
Works with AMQP 0-8 and 0-9-1 (used by RabbitMQ 2.*)
Modified AMQPConnection object:
    * Requires call to 'connect' method to connect (no longer connects on instantiation)
    * Added support for disconnect and reconnect
    * Added helper setters for port, host, vhost, login and password
Improved consume method to block for MIN messages, and try to get MAX messages if available
Fixed zval descoping bugs
Fixed bugs:
    * 17809: Couldn't compile pecl extension under PHP 5.3
    * 17831: Segmentation fault when the exchange doesn't exists
    * 19707: AMQPQueue::get() doesn't return the message
    * 19840: Connection Exception
</description>
<dc:date>2011-06-09T22:07:54-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/bcompiler/1.0.2">
<title>bcompiler 1.0.2</title>
    <link>http://pecl.php.net/get/bcompiler/1.0.2</link>
    <description>Finally a stable release - Many thanks for Val for looking after the package.

- release with correct version number in source.
</description>
<dc:date>2011-06-09T08:00:08-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/mogilefs/0.9.1">
<title>mogilefs 0.9.1</title>
    <link>http://pecl.php.net/get/mogilefs/0.9.1</link>
    <description>- New method MogileFs::fileInfo(string $key) contributed by Jan Kantert (jan.kantert@researchgate.net)
</description>
<dc:date>2011-06-08T12:52:11-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/bcompiler/1.0.1">
<title>bcompiler 1.0.1</title>
    <link>http://pecl.php.net/get/bcompiler/1.0.1</link>
    <description>Finally a stable release - Many thanks for Val for looking after the package.

- oops - fix build failure..
</description>
<dc:date>2011-06-07T22:53:45-05:00</dc:date>
</item>
</rdf:RDF>
