<?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/augeas/download/0.3/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/stomp/download/0.3.2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/mongo/download/1.0.1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/WinCache/download/1.0.0/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/solr/download/0.9.7/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/timezonedb/download/2009.18/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/stomp/download/0.3.1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/stomp/download/0.3.0/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/newt/download/1.2.4/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/PDO_4D/download/0.3/"/>
</rdf:Seq>
</items>

<title>PECL: Latest releases</title>
<description>The latest releases in PECL.</description>
</channel>
<item rdf:about="http://pecl.php.net/package/augeas/download/0.3/">
<title>augeas 0.3</title>
    <link>http://pecl.php.net/package/augeas/download/0.3/</link>
    <description>- private property Augeas::$handle no longer exists
- resource type is no longer used
</description>
<dc:date>2009-11-24T11:55:47-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/stomp/download/0.3.2/">
<title>stomp 0.3.2</title>
    <link>http://pecl.php.net/package/stomp/download/0.3.2/</link>
    <description>- Fixed bug #16936 (Module segfaults on readFrame if Frame &gt; STOMP_BUFSIZE)
- Fixed bug #16933 (readFrame does not notice when server shuts down)
- Fixed bug #16930 (readFrame reports error-frames as &quot;timeout&quot;)
</description>
<dc:date>2009-11-22T15:45:18-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/mongo/download/1.0.1/">
<title>mongo 1.0.1</title>
    <link>http://pecl.php.net/package/mongo/download/1.0.1/</link>
    <description>Big-endian support
MongoCollection::update can affect multiple documents
MongoCursor::count uses limit and skip, optionally
MongoDBRef supports $db
MongoMinKey and MongoMax Key
Cursor::immortal
Constants for binary types
MongoDB::authenticate
</description>
<dc:date>2009-11-19T14:05:21-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/WinCache/download/1.0.0/">
<title>WinCache 1.0.0</title>
    <link>http://pecl.php.net/package/WinCache/download/1.0.0/</link>
    <description>- Setting absentry and same_value in rplist_value under writelock.
- Final v1 RTW build is version 1117.
- Updated the wincache.php to show a warning if opcode cache size is too small and it has been automatically increased.
- Changed minimum/maximum values of fcachesize, ocachesize. Added olocaltest. Forced ocachesize to be atleast 3 times fcachesize.
- Prevent rplist_value same_value field from pointing to itself, else deleteval does double free on same rplist value.
- Rplist, fcache, ocache entries are deleted by same process. Only marking rplist entries deleted when needed.
- Made strings in rplist_value aligned to dword boundary. Other miscellaneous code improvements.
- Converting opened_path to lowercase makes case-sensitive comparison of __FILE__ with realpath() fail. Fixed.
- Process with local opcode cache never does complete remove_aplist_entry now. Added debuglevel 501 and warning codes. Modified asserts.
- Changed cache size default values. Default size of file cache is 32 MB and opcode cache is 96 MB.
- WINCACHE.PHP will now display files in Output cache and File cache in lexicographical sorted way. The same holds true for relative path cache tab.
- First file executed appears duplicate in included_files list because WinCache adds the file in lowercase which is different from PHP core.
- Taken care of zend bailout properly.
- Removing the local entry when an entry in global aplist gets created.
- Scavenger gets disabled if ttlmax value is 0. Also disabled scavenger in processes which create local opcode cache.
- Fix VC6 compatibility.
- Added total memory row for the file cache and opcode cache overview tables. Also re-ordered the colums in the file cache list to be consistent with opcode cache list.
- Added tooltip for statistics column in wincache.php file.
- Added memory usage pie charts to wincache.php file.
- Minor changes to php_wincache. Made is_free unsigned int. Made used_header similar to free_header by adding two dummy size_t.
- Implemented new INI directive FCENABLEDFILER for file cache which is similar to OCENABLEDFILTER for output cache.
- Fixed the wincache.php authenticaiton logic to not conflict with IIS built-in authentication.
- Added the &quot;filelist&quot; id's to the file list tables to allow usage of page anchors in navigation.
- Modified the chart in wincache.php to display the numbers rounded to 2 digits after decimal point.
</description>
<dc:date>2009-11-19T13:34:14-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/solr/download/0.9.7/">
<title>solr 0.9.7</title>
    <link>http://pecl.php.net/package/solr/download/0.9.7/</link>
    <description>- Fixed bug 16924 AC_MSG_NOTICE() is undefined in autoconf 2.13
- Added new method SolrClient::getDebug()
- Modified SolrClient::__construct() so that port numbers and other integer values for the options can be passed as strings.
- Changed internal string handling mechanism to allow for tracking of memory allocation in debug mode.
- Lowered minimum php version to 5.2.3. Unfortunately, this is the lowest PHP version that will be supported. PHP versions lower than 5.2.3 are not compatible or are causing tests to FAIL.
- Added php stubs for code-completion assists in IDEs and editors.
- Added more examples
</description>
<dc:date>2009-11-17T14:00:18-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/timezonedb/download/2009.18/">
<title>timezonedb 2009.18</title>
    <link>http://pecl.php.net/package/timezonedb/download/2009.18/</link>
    <description>Updated to version 2009.18 (2009r)
</description>
<dc:date>2009-11-09T10:57:36-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/stomp/download/0.3.1/">
<title>stomp 0.3.1</title>
    <link>http://pecl.php.net/package/stomp/download/0.3.1/</link>
    <description>- Fix memory leak in stomp_send and in stomp_ack
- Reduced minimum php version to 5.2.2
</description>
<dc:date>2009-11-08T10:39:57-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/stomp/download/0.3.0/">
<title>stomp 0.3.0</title>
    <link>http://pecl.php.net/package/stomp/download/0.3.0/</link>
    <description>* new stomp_connect_error() function (pierrick)
* stomp_begin, stomp_abort and stomp_commit now accept additional headers (pierrick)
* new connection timeout and read timeout ini configuration (pierrick)
* Fix a memory leak in stomp_read_line (pierrick)    
* Better set of test (Pierrick and Anis)
</description>
<dc:date>2009-11-06T23:08:02-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/newt/download/1.2.4/">
<title>newt 1.2.4</title>
    <link>http://pecl.php.net/package/newt/download/1.2.4/</link>
    <description>Fixed bug #16824
</description>
<dc:date>2009-11-04T11:33:10-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/PDO_4D/download/0.3/">
<title>PDO_4D 0.3</title>
    <link>http://pecl.php.net/package/PDO_4D/download/0.3/</link>
    <description>bug #16759 fixed, unit tests passed, live data use tested
</description>
<dc:date>2009-11-04T07:37:32-05:00</dc:date>
</item>
</rdf:RDF>