<?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/sundown/0.1.0b"/>
<rdf:li rdf:resource="http://pecl.php.net/get/yaf/2.1.7"/>
<rdf:li rdf:resource="http://pecl.php.net/get/haru/1.0.3"/>
<rdf:li rdf:resource="http://pecl.php.net/get/mysqlnd_ms/1.2.2"/>
<rdf:li rdf:resource="http://pecl.php.net/get/CUBRID/8.4.1.0001"/>
<rdf:li rdf:resource="http://pecl.php.net/get/xdebug/2.1.3"/>
<rdf:li rdf:resource="http://pecl.php.net/get/mysqlnd_ms/1.2.1"/>
<rdf:li rdf:resource="http://pecl.php.net/get/pecl_http/2.0.0dev4"/>
<rdf:li rdf:resource="http://pecl.php.net/get/svm/0.1.5"/>
<rdf:li rdf:resource="http://pecl.php.net/get/gmagick/1.1.0RC2"/>
</rdf:Seq>
</items>

<title>PECL: Latest releases</title>
<description>The latest releases in PECL.</description>
</channel>
<item rdf:about="http://pecl.php.net/get/sundown/0.1.0b">
<title>sundown 0.1.0b</title>
    <link>http://pecl.php.net/get/sundown/0.1.0b</link>
    <description>Initial Release.
this extension provides following classes.

* Sundown
simple markdown render.

* Sundown\Markdown
customizable markdown render.

* Sundown\Render\Base
render base class.

* Sundown\Render\HTML
builtin markdown html render.

* Sundown\Render\XHTML
builtin markdown xhtml render.
</description>
<dc:date>2012-02-05T09:08:29-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/yaf/2.1.7">
<title>yaf 2.1.7</title>
    <link>http://pecl.php.net/get/yaf/2.1.7</link>
    <description>- Release 2.1.7 stable
</description>
<dc:date>2012-02-04T22:43:45-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/haru/1.0.3">
<title>haru 1.0.3</title>
    <link>http://pecl.php.net/get/haru/1.0.3</link>
    <description>- Fixed PECL bug #15960 (Cannot access to object properties when extending HaruDoc class)
- Allow compiling with PHP 5.4+. (philip)
</description>
<dc:date>2012-02-02T06:22:50-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/mysqlnd_ms/1.2.2">
<title>mysqlnd_ms 1.2.2</title>
    <link>http://pecl.php.net/get/mysqlnd_ms/1.2.2</link>
    <description>GA
</description>
<dc:date>2012-02-01T13:18:03-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/CUBRID/8.4.1.0001">
<title>CUBRID 8.4.1.0001</title>
    <link>http://pecl.php.net/get/CUBRID/8.4.1.0001</link>
    <description>2008 R4.1 Release

This release is a major release. Several new features have been added to this version 
including persistent connecting, query timeout and so on. Accordingly new functions
are added, and several bugs have been fixed.

The following functions have been added:

- cubrid_pconnect
- cubrid_pconnect_with_url
- cubrid_set_query_timeout
- cubrid_get_query_timeout

Changed and Enhanced Features:

1) Reuse the connection established:

For mysql, if a second call is made to mysql_connect() with the same arguments, no new
link will be established, but instead, the connect identifier of the already opened
connection will be returned. The new_link parameter modifies this behavior and makes
mysql_connect() always open a new connection, even if mysql_connect() was called before
with the same parameters. 

To make compatibility with mysql, we add the new_link parameter in cubrid_connect and
cubrid_connect_with_url.

2) Add persistent connection:

We add two functions, cubrid_pconnect and cubrid_pconnect_with_url, to provide persistent
database connections. The parameters of cubrid_pconnect are same with cubrid_connect, and
so do cubrid_pconnect_with_url and cubrid_connect_with_url.

3) Add functions about getting and setting the query timeout time:

If database queries are taking too long to perform, and your application is becoming
unresponsive, you can configure a timeout for database queries. We add two functions
(cubrid_get_query_timeout and cubrid_set_query_timeout) to get and set the query timeout
of database queries.

4) Add a form of the url parameter for cubrid_connect_with_url function:

Support the way without &quot;cci:&quot; in url parameter, that is the url become 
&quot;CUBRID:host:db_name:db_user:.......&quot;

Fixed bugs:

- Fix a bug in cubrid_fetch, cubrid_fetch_row, cubrid_fetch_array, cubrid_fetch_assoc
and cubrid_fetch_object: Modified the return value when there are no more data;
</description>
<dc:date>2012-02-01T00:54:31-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/xdebug/2.1.3">
<title>xdebug 2.1.3</title>
    <link>http://pecl.php.net/get/xdebug/2.1.3</link>
    <description>= Fixed bugs:
    
	- Fixed bug #725: EG(current_execute_data) is not checked in xdebug.c,
	  xdebug_statement_call.
	- Fixed bug #723: xdebug is stricter than PHP regarding Exception property
	  types.
	- Fixed bug #714: Cachegrind files have huge (wrong) numbers in some lines.
	- Fixed bug #709: Xdebug doesn't understand E_USER_DEPRECATED.
	- Fixed bug #698: Allow xdebug.remote_connect_back to be set in .htaccess.
	- Fixed bug #690: Function traces are not appended to file with
	  xdebug_start_trace() and xdebug.trace_options=1.
	- Fixed bug #623: Static properties of a class can be evaluated only with
	  difficulty.
	- Fixed bug #614/#619: Viewing private variables in base classes through
	  the debugger.
	- Fixed bug #609: Xdebug and SOAP extension's error handlers conflict.
	- Fixed bug #606/#678/#688/#689/#704: crash after using eval on an
	  unparsable, or un-executable statement.
	- Fixed bug #305: xdebug exception handler doesn't properly handle special
	  chars.

+ Changes:

	- Changed xdebug_break() to hint to the statement execution trap instead of
	  breaking forcefully adding an extra stackframe.
	- Prevent Xdebug 2.1.x to build with PHP 5.4.
</description>
<dc:date>2012-01-26T04:49:03-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/mysqlnd_ms/1.2.1">
<title>mysqlnd_ms 1.2.1</title>
    <link>http://pecl.php.net/get/mysqlnd_ms/1.2.1</link>
    <description>stability release
</description>
<dc:date>2012-01-24T08:32:08-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/pecl_http/2.0.0dev4">
<title>pecl_http 2.0.0dev4</title>
    <link>http://pecl.php.net/get/pecl_http/2.0.0dev4</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
* 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
* You have to use the http\Request\Factory to create your requests/pools/datashares
</description>
<dc:date>2012-01-23T04:13:17-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/svm/0.1.5">
<title>svm 0.1.5</title>
    <link>http://pecl.php.net/get/svm/0.1.5</link>
    <description>- Added compatibility with PHP 5.4 - thanks Rasmus!
- Added getLabel, getNrClasses, getLabels, and checkSvrProbability to SVMModel class.
</description>
<dc:date>2012-01-21T16:20:55-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/gmagick/1.1.0RC2">
<title>gmagick 1.1.0RC2</title>
    <link>http://pecl.php.net/get/gmagick/1.1.0RC2</link>
    <description>Fix version number (PHP_GMAGICK_VERSION). Bug #60807
</description>
<dc:date>2012-01-20T11:00:01-05:00</dc:date>
</item>
</rdf:RDF>
