<?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.3.4"/>
<rdf:li rdf:resource="http://pecl.php.net/get/proctitle/0.1.2"/>
<rdf:li rdf:resource="http://pecl.php.net/get/xdebug/2.2.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/taint/0.5.3"/>
<rdf:li rdf:resource="http://pecl.php.net/get/yaf/2.1.15"/>
<rdf:li rdf:resource="http://pecl.php.net/get/APM/1.1.0beta2"/>
<rdf:li rdf:resource="http://pecl.php.net/get/swish/0.5.0"/>
<rdf:li rdf:resource="http://pecl.php.net/get/yaf/2.1.14"/>
<rdf:li rdf:resource="http://pecl.php.net/get/inotify/0.1.6"/>
<rdf:li rdf:resource="http://pecl.php.net/get/xdebug/2.2.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.3.4">
<title>sundown 0.3.4</title>
    <link>http://pecl.php.net/get/sundown/0.3.4</link>
    <description>bumped up 0.3.4

[summary]
  * add Sundown\Render\HTML_TOC render.
  * add Sundown\Markdown::setRender(Sundown\Render\Base $render);
  * improve build script.
  * add Changelog, adjust package.xml
</description>
<dc:date>2012-05-14T10:35:16-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/proctitle/0.1.2">
<title>proctitle 0.1.2</title>
    <link>http://pecl.php.net/get/proctitle/0.1.2</link>
    <description>- Fixed package version by using a define (suggested by rza)
- Added setthreadtitle() (bjori)
- Fixed compatibility for PHP 5.4+ (johannes)
</description>
<dc:date>2012-05-11T04:50:33-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/xdebug/2.2.0">
<title>xdebug 2.2.0</title>
    <link>http://pecl.php.net/get/xdebug/2.2.0</link>
    <description>Tue, May 08, 2012 - xdebug 2.2.0

+ Added features:

	- Support for PHP 5.4.

	- Added ANSI colour output for the shell. (Including patches by Michael
	  Maclean)
	- Added var_dump() overloading on the command line (issue #457).

	- Added better support for closures in stack and function traces.
	- Added the size of arrays to the overloaded variable output, so that you
	  know how many elements there are.
	- Added support for X-HTTP-FORWARDED-FOR before falling back to REMOTE_ADDR
	  (issue #660). (Patch by Hannes Magnusson)
	- Added the method call type to xdebug_get_function_stack() (issue #695).
	- Added extra information to error printouts to tell that the error
	  suppression operator has been ignored due to xdebug.scream.
	- Added a error-specific CSS class to stack traces.

+ New settings:

	- xdebug.cli_color for colouring output on the command line (Unix only).
	- Added xdebug.trace_enable_trigger to triger function traces through a
	  GET/POST/COOKIE parameter (issue #517). (Patch by Patrick Allaert)
	- Added support for the 'U' format specifier for function trace and
	  profiler filenames.

+ Changes:

	- Improved performance by lazy-initializing data structures.
	- Improved code coverage performance. (Including some patches by Taavi
	  Burns)
	- Improved compatibility with KCacheGrind.
	- Improved logging of remote debugging connections, by added connection
	  success/failure logging to the xdebug.remote_log functionality.

= Fixed bugs:

	- Fixed bug #827: Enabling Xdebug causes phpt tests to fail because of
	  var_dump() formatting issues.
	- Fixed bug #823: Single quotes are escaped in var_dumped string output.
	- Fixed issue #819: Xdebug 2.2.0RC2 can't stand on a breakpoint more than 30 seconds.
	- Fixed bug #801: Segfault with streamwrapper and unclosed $fp on
	  destruction.
	- Fixed issue #797: Xdebug crashes when fetching static properties.
	- Fixed bug #794: Allow coloured output on Windows.
	- Fixed bug #784: Unlimited feature for var_display_max_data and
	  var_display_max_depth is undocumented.
	- Fixed bug #774: Apache crashes on header() calls.
	- Fixed bug #764: Tailored Installation instructions do not work.
	- Fixed bug #758: php_value xdebug.idekey is ignored in .htaccess files
	- Fixed bug #728: Profiler reports __call() invocations confusingly/wrongly.
	- Fixed bug #687: Xdebug does not show dynamically defined variable.
	- Fixed bug #662: idekey is set to running user.
	- Fixed bug #627: Added the realpath check.
</description>
<dc:date>2012-05-08T09:00:07-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/taint/0.5.3">
<title>taint 0.5.3</title>
    <link>http://pecl.php.net/get/taint/0.5.3</link>
    <description>- Bug #61816 (Segmentation fault)
</description>
<dc:date>2012-05-08T04:36:20-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/yaf/2.1.15">
<title>yaf 2.1.15</title>
    <link>http://pecl.php.net/get/yaf/2.1.15</link>
    <description>- Fixed typo variable name in static route(affect 2.1.14)
</description>
<dc:date>2012-05-07T04:29:21-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/APM/1.1.0beta2">
<title>APM 1.1.0beta2</title>
    <link>http://pecl.php.net/get/APM/1.1.0beta2</link>
    <description>Fixed:
- Version 1.1.0beta* should be marked as &quot;beta&quot; and not as &quot;stable&quot;
- APM-1.1.0beta1.tgz file contains only package.xml (#61937)
- Some GCC warnings when built with PHP 5.4
- Error callback arguments must be copied in every cases
- Prevent calling the original error handler if Xdebug is loaded
- Possible segfault if MySQL server connection link is gone
</description>
<dc:date>2012-05-06T17:32:25-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/swish/0.5.0">
<title>swish 0.5.0</title>
    <link>http://pecl.php.net/get/swish/0.5.0</link>
    <description>- Fixed 5.4.x build. (patch by oeriksson at mandriva dot com)
</description>
<dc:date>2012-05-06T14:56:19-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/yaf/2.1.14">
<title>yaf 2.1.14</title>
    <link>http://pecl.php.net/get/yaf/2.1.14</link>
    <description>- Fixed Bug that if no routes success router will throw exception(since 2.1.13 Yaf supports configure default route by application.ini)
- Fixed Bug that 'foo/index' router result as c =&gt; index a =&gt; foo(affected 2.1.13)
</description>
<dc:date>2012-05-05T00:06:57-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/inotify/0.1.6">
<title>inotify 0.1.6</title>
    <link>http://pecl.php.net/get/inotify/0.1.6</link>
    <description>* Repackage
* Stable
</description>
<dc:date>2012-05-04T05:52:09-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/get/xdebug/2.2.0RC2">
<title>xdebug 2.2.0RC2</title>
    <link>http://pecl.php.net/get/xdebug/2.2.0RC2</link>
    <description>Tue, Apr 22, 2012 - xdebug 2.2.0rc2

= Fixed bugs:

	- Fixed bug #801: Segfault with streamwrapper and unclosed $fp on
	  destruction.
	- Fixed bug #794: Allow coloured output on Windows.
	- Fixed bug #784: Unlimited feature for var_display_max_data and
	  var_display_max_depth is undocumented.
	- Fixed bug #774: Apache crashes on header() calls.
	- Fixed bug #764: Tailored Installation instructions do not work.
	- Fixed bug #758: php_value xdebug.idekey is ignored in .htaccess files
	- Fixed bug #662: idekey is set to running user.
</description>
<dc:date>2012-04-28T11:53:30-05:00</dc:date>
</item>
</rdf:RDF>
