<?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>php-webmaster@lists.php.net</dc:creator>
    <dc:publisher>php-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pecl.php.net/get/libevent/0.1.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/xdebug/2.2.3"/>
<rdf:li rdf:resource="http://pecl.php.net/get/mongo/1.4.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/memprof/1.0.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/xhprof/0.9.3"/>
<rdf:li rdf:resource="http://pecl.php.net/get/fribidi/1.1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/pq/0.4.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/APM/1.1.0RC2"/>
<rdf:li rdf:resource="http://pecl.php.net/get/mongo/1.4.0RC1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/couchbase/1.1.5"/>
</rdf:Seq>
</items>

<title>PECL: Latest releases</title>
<description>The latest releases in PECL.</description>
</channel>
<item rdf:about="http://pecl.php.net/get/libevent/0.1.0">
<title>libevent 0.1.0</title>
    <link>http://pecl.php.net/get/libevent/0.1.0</link>
    <description>- Added event_base_reinit(). (Ivan Shalganov, Andy Skelton)
- Added config.w32. (bruno at chalopin dot fr)
- Fixed windows compilation with libevent 2.x. (Anatol Belski)
- Fixed bug #61673 (callback function args are wrong for signal handler).
- Fixed bug #61653 (Segfault on event_free()).
</description>
<dc:date>2013-05-22T07:28:55-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/xdebug/2.2.3">
<title>xdebug 2.2.3</title>
    <link>http://pecl.php.net/get/xdebug/2.2.3</link>
    <description>Tue, May 21, 2013 - xdebug 2.2.3

+ Added features:

 - Support for PHP 5.5.

= Fixed bugs:

 - Fixed bug #923: Xdebug + Netbeans + ext/MongoDB crash on MongoCursor instance
 - Fixed bug #929: Directory name management in xdebug.profiler_output_dir
 - Fixed bug #931: xdebug_str_add does not check for NULL str before calling strlen on it
 - Fixed bug #935: Document the return value from xdebug_get_code_coverage()
 - Fixed bug #947: Newlines converted when html_errors = 0
</description>
<dc:date>2013-05-22T00:17:49-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/mongo/1.4.0">
<title>mongo 1.4.0</title>
    <link>http://pecl.php.net/get/mongo/1.4.0</link>
    <description>** Improvement
    * [PHP-303] - Support the autoIndexId option for createCollection
    * [PHP-316] - When using replica sets and setSlaveOkay queries slow if a secondary is down...
    * [PHP-371] - Replication connection string hangs for quite some time when a machine that is listed is physically down
    * [PHP-490] - &quot;nolock&quot; option in MongoDB::execute method
    * [PHP-537] - Update limits according to default (16MB) or server info (maxMessageSizeBytes)
    * [PHP-572] - Add support for &quot;journal&quot; and &quot;fsync&quot; connection string options
    * [PHP-610] - Remove the mongo.utf8 setting
    * [PHP-651] - Slow connection to the replica set with one member down
    * [PHP-686] - Constant attempt to reconnect to a down server takes too long
    * [PHP-744] - Support the oplog_replay query flag
    * [PHP-775] - MongoCursor-&gt;hint() can't hint on a index by name
    * [PHP-790] - MongoCollection write operation wtimeout option inconsistent with connection string wTimeoutMS option

** New Feature
    * [PHP-664] - Add support for SSL and certificate validation

** Bug
    * [PHP-296] - Many of the zend_hash_find calls for options etc do not check or convert correctly for datatype issues.
    * [PHP-447] - Inconsistent error for unsupported database commands on mongod and mongos
    * [PHP-508] - Change BSON ID generation to use random &quot;increment&quot;
    * [PHP-554] - MongoId should not get constructed when passing in an invalid ID.
    * [PHP-653] - is_master() failing with mongodb &lt;= 1.8.3
    * [PHP-675] - Test for PHP-511 broken
    * [PHP-693] - MongoCursor timeout not used when reading data
    * [PHP-696] - mongo_io_wait_with_timeout() waits 10 seconds instead of one for &quot;no socket timeout&quot;
    * [PHP-698] - Segmentation Fault - in mongo_deregister_callback_from_connection when calling MongoClient-&gt;close()
    * [PHP-704] - Incorrect failure checks for stream reads
    * [PHP-707] - Replication with 1.8 does not work
    * [PHP-715] - Crash in PHP driver on Apache
    * [PHP-717] - (Almost) All tests leak and has a unconditional jump
    * [PHP-718] - ZTS Broken in master
    * [PHP-723] - Possibly invalid read in MongoCollection getter
    * [PHP-731] - Memory leak during failover
    * [PHP-732] - Improve error message during failover
    * [PHP-734] - Possible segfaults when error_message is not set
    * [PHP-735] - Queries/commands to mongos should inherit read preferences from MongoDB and MongoCollection objects
    * [PHP-736] - MongoClient connection fails if RP tags match nothing 
    * [PHP-737] - Missing RP tags parse error message using MongoClient options array
    * [PHP-741] - Passive replicaset members (priority=0) not used for secondary reads
    * [PHP-746] - The getBytes method may return random data in particular conditions.
    * [PHP-751] - When a secondary goes into recovery mode, we should disconnect from it
    * [PHP-759] - Write operations apply ReadPreferenceTags when finding primary
    * [PHP-770] - Missing error code for &quot;field names must be strings&quot; MongoException
    * [PHP-776] - MongoCollection::batchInsert() with empty options array segfaults
    * [PHP-779] - Cannot read from secondaries when connecting directly (standalone connection)
    * [PHP-781] - MongoCollection::count() should not leak, and throw exception instead of returning GLE document
    * [PHP-792] - Memory leak while reading an INT64 on a 32bit platform with native_long enabled
    * [PHP-795] - MongoCode segfaults when internal 'code' property is modified
    * [PHP-800] - Error codes for some errors in bson.c are re-used.

** Deprecated Functionality
    * [PHP-780] - Deprecate slaveOkay &amp; timeout URI options
    * [PHP-793] - Add deprecation notice to non-array options for MongoDB::createCollection
    * [PHP-801] - Deprecate boolean options to MongoCollection::insert()
    * [PHP-802] - Deprecate boolean options to MongoCollection::ensureIndex()
    * [PHP-805] - Deprecate (for real) the &quot;chunks&quot; option in MongoGridFS::__construc

** Task
    * [PHP-314] - Improve connection string documentation/pooling
    * [PHP-437] - Update ZEND_MODULE_API_NO to use PHP_VERSION_ID to be more clear
    * [PHP-475] - Create functional phpt tests for read preference exceptions
    * [PHP-496] - Added a few examples to MongoDB::runCommand() for more examples
    * [PHP-542] - Put all exception classes into their own file(s)
    * [PHP-563] - Strongly advise users not to create immortal MongoCursors
    * [PHP-674] - Remove mention of OSX/Windows GitHub downloads from documentation 
    * [PHP-694] - Split out types and gridfs classes into their own files.
    * [PHP-695] - Remove mention of PHPUnit from documentation
    * [PHP-702] - DOC - Support the autoIndexId option for createCollection
    * [PHP-725] - Re-organise option parsing in mcon/parse.c
    * [PHP-738] - Add replica set tags to test suite
    * [PHP-745] - Add Replicaset Tags to sharding test suite
    * [PHP-748] - Add vim modelines
    * [PHP-749] - Improve fragile checks for max_message_size in tests
    * [PHP-767] - Create prototypes for GridFS classes
    * [PHP-768] - Create prototypes for MongoCollection class
    * [PHP-771] - Time expectations mongo.is_master_interval test are fragile
    * [PHP-788] - Document journal/fsync MongoClient connection options 
    * [PHP-789] - Document fsync, j, and wtimeout options for MongoCollection write operations
</description>
<dc:date>2013-05-21T13:32:31-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/memprof/1.0.0">
<title>memprof 1.0.0</title>
    <link>http://pecl.php.net/get/memprof/1.0.0</link>
    <description>PECL release
</description>
<dc:date>2013-05-21T13:08:44-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/xhprof/0.9.3">
<title>xhprof 0.9.3</title>
    <link>http://pecl.php.net/get/xhprof/0.9.3</link>
    <description>-- Just updating the pecl package to https://github.com/facebook/xhprof/commit/254eb24dcfa763c76c57b472093ebc4b81af2b7d
-- Request #16544: Mac port for XHProf (svilen spasov)
-- fix #16574: require/require_once not special cased like include/include_once (kannan)
-- add a sanity test for sampling mode in xhprof (kannan)
-- add support to ignore functions (such as call_user_func) during profiling (mike paleczny)
-- fix #16098: suppress notices due to use of FILE_BINARY (kannan)
-- add a sanity test for timer (kannan)
-- fix for compile error on debian linux (russ)
</description>
<dc:date>2013-05-20T01:46:03-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/fribidi/1.1">
<title>fribidi 1.1</title>
    <link>http://pecl.php.net/get/fribidi/1.1</link>
    <description>Requires GNU FriBidi version 0.19.1 or later.
</description>
<dc:date>2013-05-15T02:20:01-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/pq/0.4.0">
<title>pq 0.4.0</title>
    <link>http://pecl.php.net/get/pq/0.4.0</link>
    <description>* Added pq\ConverterInterface and pq\Connection::setConverter()
* Added pq\Result::desc() and fixed pq\Statement::descAsync()
* Added serializer for input array params
</description>
<dc:date>2013-05-15T02:19:02-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/APM/1.1.0RC2">
<title>APM 1.1.0RC2</title>
    <link>http://pecl.php.net/get/APM/1.1.0RC2</link>
    <description>Changed:
- upgraded UI by using tweeter boostrap and upgrading jqGrid
</description>
<dc:date>2013-05-11T13:13:54-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/mongo/1.4.0RC1">
<title>mongo 1.4.0RC1</title>
    <link>http://pecl.php.net/get/mongo/1.4.0RC1</link>
    <description>** Bug
    * [PHP-776] - MongoCollection::batchInsert() with empty options array segfaults
    * [PHP-781] - MongoCollection::count() should not leak, and throw exception instead of returning GLE document
    * [PHP-792] - Memory leak while reading an INT64 on a 32bit platform with native_long enabled
    * [PHP-795] - MongoCode segfaults when internal 'code' property is modified
    * [PHP-800] - Error codes for some errors in bson.c are re-used.

** Improvement
    * [PHP-744] - Support the oplog_replay query flag
    * [PHP-775] - MongoCursor-&gt;hint() can't hint on a index by name

** Task
    * [PHP-475] - Create functional phpt tests for read preference exceptions
    * [PHP-780] - Deprecate slaveOkay &amp; timeout URI options
    * [PHP-788] - Document journal/fsync MongoClient connection options 
    * [PHP-793] - Add deprecation notice to non-array options for MongoDB::createCollection
    * [PHP-801] - Deprecate boolean options to MongoCollection::insert()
    * [PHP-802] - Deprecate boolean options to MongoCollection::ensureIndex()
    * [PHP-805] - Deprecate (for real) the &quot;chunks&quot; option in MongoGridFS::__construct
</description>
<dc:date>2013-05-10T09:51:04-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/couchbase/1.1.5">
<title>couchbase 1.1.5</title>
    <link>http://pecl.php.net/get/couchbase/1.1.5</link>
    <description>Same release as 1.1.4, fixed pecl package:
- Don't check for JSON. It's part of the php core
- Adjust parameter names in reflection to match couchbase-api.php
- Prototype trying to get the thing working for PECL
- Reset the error code between each request of a persistent connection
- Report libcouchbase version in phpinfo
- Remove gettimeofday implementation for win32
- PCBC-206: Prototype for configuration caching
- Fixup memory allocation for URL path
- PCBC-186: Add method to list all design docs
- PCBC-178: Add support for connection_timeout
- Update GetReplica test
- PCBC-218: Detect invalid characters in CAS
- Add bucket manipulation example
- PCBC-172: Add design document examples
- PCBC-191 Don't coredump for invalid argument
- Update the list of supported PHP versions
</description>
<dc:date>2013-05-08T18:51:46-05:00</dc:date>
</item>
</rdf:RDF>