<?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/package/yaml/download/0.6.3/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/yaml/download/0.6.2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/bcompiler/download/0.9.3/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/cairo/download/0.2.0/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/Xdebug/download/2.1.0beta2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/augeas/download/0.6.0/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APM/download/1.0.0beta2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/augeas/download/0.5.1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/WinCache/download/1.0.1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/TextCat/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>PECL: Latest releases</title>
<description>The latest releases in PECL.</description>
</channel>
<item rdf:about="http://pecl.php.net/package/yaml/download/0.6.3/">
<title>yaml 0.6.3</title>
    <link>http://pecl.php.net/package/yaml/download/0.6.3/</link>
    <description>Fixed packaging problem that broke install via pecl channel.
</description>
<dc:date>2010-02-09T14:12:51-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/yaml/download/0.6.2/">
<title>yaml 0.6.2</title>
    <link>http://pecl.php.net/package/yaml/download/0.6.2/</link>
    <description>First release from new hosting at svn.php.net via pecl.php.net
</description>
<dc:date>2010-02-06T18:33:22-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/bcompiler/download/0.9.3/">
<title>bcompiler 0.9.3</title>
    <link>http://pecl.php.net/package/bcompiler/download/0.9.3/</link>
    <description>- critical bugs fixed
</description>
<dc:date>2010-02-06T16:35:26-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/cairo/download/0.2.0/">
<title>cairo 0.2.0</title>
    <link>http://pecl.php.net/package/cairo/download/0.2.0/</link>
    <description>* Adds support for loading Freetype fonts
* Support for cloning matrices
* Various bugfixes
</description>
<dc:date>2010-02-03T18:11:42-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/Xdebug/download/2.1.0beta2/">
<title>Xdebug 2.1.0beta2</title>
    <link>http://pecl.php.net/package/Xdebug/download/2.1.0beta2/</link>
    <description>Wed, Feb 03, 2010 - xdebug 2.1.0beta2

= Fixed bugs:
	- Fixed memory leak in breakpoint handling.
	- Fixed bug #528: Core dump generated with remote_connect_back option set
	  and CLI usage.
	- Fixed bug #515: declare(ticks) statement confuses code coverage.
	- Fixed bug #512: DBGP: breakpoint_get doesn't return conditions in its
	  response.
	- Possible fix for bug #507/#517: Crashes because of uninitalised header
	  globals.
	- Fixed bug #501: Xdebug's variable tracing misses POST_INC and variants.
</description>
<dc:date>2010-02-03T13:30:52-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/augeas/download/0.6.0/">
<title>augeas 0.6.0</title>
    <link>http://pecl.php.net/package/augeas/download/0.6.0/</link>
    <description>- extension is now compatible with PHP 5.3 (removed static from ZEND_ARG_INFO)
- fixed some compiler warnings
</description>
<dc:date>2010-02-01T14:05:28-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APM/download/1.0.0beta2/">
<title>APM 1.0.0beta2</title>
    <link>http://pecl.php.net/package/APM/download/1.0.0beta2/</link>
    <description>- Initial release
</description>
<dc:date>2010-01-30T05:38:43-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/augeas/download/0.5.1/">
<title>augeas 0.5.1</title>
    <link>http://pecl.php.net/package/augeas/download/0.5.1/</link>
    <description>- Added README file
</description>
<dc:date>2010-01-29T14:06:21-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/WinCache/download/1.0.1/">
<title>WinCache 1.0.1</title>
    <link>http://pecl.php.net/package/WinCache/download/1.0.1/</link>
    <description>- Fixed require_once on PHP5.3. If the files were absolute and similar files were included in different case, require_once was including it twice.
- Changed relative path cache to act as resolve path cache. Incremented refcounts under aplist lock. Did comparison using InterlockedCompareExchange.
- Fixed crashes which were happening because aplist refcount and opcode cache refcount can get out of sync due to local cache.
- Exposed is_local_cache property from ocache_fileinfo and fcache_fileinfo. Stats page will use this to indicate when local opcode data is shown.
- Updated the wincache.php to pass chart data on query string to ensure that the charts show the same data that is displayed in tables
- Updated the wincache.php to show whether information about a global or local cache instance is being displayed
- Changed variable names and comments to indicate rplist is resolve path cache and not just relative path cache
- Changed wincache.php to use resolve_path instead of relative_path
</description>
<dc:date>2010-01-26T14:00:37-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/TextCat/download/0.1.0/">
<title>TextCat 0.1.0</title>
    <link>http://pecl.php.net/package/TextCat/download/0.1.0/</link>
    <description>- Initial PECL release
</description>
<dc:date>2010-01-25T22:31:13-05:00</dc:date>
</item>
</rdf:RDF>