<?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:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.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://pear.php.net/package/Config_Lite/download/0.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Cache_Lite/download/1.7.15/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Cache_Lite/download/1.7.14/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.8.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CodeSniffer/download/1.3.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Text_PathNavigator/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_GIS2/download/0.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Libravatar/download/0.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_UML/download/1.6.1/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases</title>
<description>The latest releases in PEAR.</description>
</channel>

<item rdf:about="http://pear.php.net/package/Config_Lite/download/0.1.3/">
 <title>Config_Lite 0.1.3</title>
 <link>http://pear.php.net/package/Config_Lite/download/0.1.3/</link>
 <content:encoded>added &quot;get()&quot; call without parameters
 </content:encoded>
 <dc:date>2012-05-24T20:03:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Cache_Lite/download/1.7.15/">
 <title>Cache_Lite 1.7.15</title>
 <link>http://pear.php.net/package/Cache_Lite/download/1.7.15/</link>
 <content:encoded>- Fixes Bug #19434:	Bad roles for test and doc files. Props to Remi Collet for reporting.
 </content:encoded>
 <dc:date>2012-05-24T08:54:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0RC1/">
 <title>HTML_QuickForm2 2.0.0RC1</title>
 <link>http://pear.php.net/package/HTML_QuickForm2/download/2.0.0RC1/</link>
 <content:encoded>Bug fixes&lt;br /&gt;
  * Server-side validation errors for elements inside Repeats are properly&lt;br /&gt;
    displayed&lt;br /&gt;
  * Javascript for Repeat elements moved to a more proper qf.elements.Repeat&lt;br /&gt;
    namespace, old qf.Repeat is kept as an alias but is deprecated&lt;br /&gt;
  * Fixed markup in usage examples (related to bug #19097)&lt;br /&gt;
  * Callback renderer now generates the same markup as Default renderer out of&lt;br /&gt;
    the box, this addresses bug #19097 and allows correct behaviour of&lt;br /&gt;
    client-side validation and Repeat elements&lt;br /&gt;
&lt;br /&gt;
Changes&lt;br /&gt;
  * HTML_QuickForm2::getValue() no longer returns values for internal form&lt;br /&gt;
    fields (request #19403)&lt;br /&gt;
  * It is no longer possible to set validation errors on hidden elements or&lt;br /&gt;
    create Rules that set such errors, doing this will result in an Exception&lt;br /&gt;
  * add() method of qf.elements.Repeat can accept an explicit index for a new&lt;br /&gt;
    item, returns the index for added item&lt;br /&gt;
  * Array Renderer: changes to buildCommonFields() make it easier to use by&lt;br /&gt;
    Renderer plugins, arrays built for groups contain 'class' attribute&lt;br /&gt;
&lt;br /&gt;
Backwards compatibility issues&lt;br /&gt;
  * Items marked deprecated will be removed in release 2.0.0
 </content:encoded>
 <dc:date>2012-05-22T19:18:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Cache_Lite/download/1.7.14/">
 <title>Cache_Lite 1.7.14</title>
 <link>http://pear.php.net/package/Cache_Lite/download/1.7.14/</link>
 <content:encoded>- Fixes PEAR Bug #19422. Props to Fletcher Moore for reporting.
 </content:encoded>
 <dc:date>2012-05-21T13:47:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.8.4/">
 <title>Mail_Mime 1.8.4</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.8.4/</link>
 <content:encoded>* Request #19406: Allow to set individual attachment part headers [alec]&lt;br /&gt;
* Fixed Bug #18982: Non-static method Mail_mimePart::encodeHeader() should not be called statically [alec]
 </content:encoded>
 <dc:date>2012-05-17T09:10:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CodeSniffer/download/1.3.4/">
 <title>PHP_CodeSniffer 1.3.4</title>
 <link>http://pear.php.net/package/PHP_CodeSniffer/download/1.3.4/</link>
 <content:encoded>- Added missing package.xml entries for new Generic FixmeSniff&lt;br /&gt;
  -- Thanks to Jaroslav Hanslík for the patch&lt;br /&gt;
- Expected indents for PEAR ScopeClosingBraceSniff and FunctionCallSignatureSniff can now be set in ruleset files&lt;br /&gt;
  -- Both sniffs use a variable called &quot;indent&quot;&lt;br /&gt;
  -- Thanks to Thomas Despoix for the patch&lt;br /&gt;
- Standards designed to be installed in the PHPCS Standards dir will now work outside this dir as well&lt;br /&gt;
  -- In particular, allows the Drupal CS to work without needing to symlink it into the PHPCS install&lt;br /&gt;
  -- Thanks to Peter Philipp for the patch&lt;br /&gt;
- Rule references for standards, directories and specific sniffs can now be relative in ruleset.xml files&lt;br /&gt;
  -- For example: ref=&quot;../MyStandard/Sniffs/Commenting/DisallowHashCommentsSniff.php&quot;&lt;br /&gt;
- Symlinked standards now work correctly, allowing aliasing of installed standards (request #19417)&lt;br /&gt;
  -- Thanks to Tom Klingenberg for the patch&lt;br /&gt;
- Squiz ObjectInstantiationSniff now allows objects to be returned without assinging them to a variable&lt;br /&gt;
- Added Squiz.Commenting.FileComment.MissingShort error message for file comments that only contains tags&lt;br /&gt;
  -- Also stops undefined index errors being generated for these comments&lt;br /&gt;
- Debug option -vv now shows tokenizer status for CSS files&lt;br /&gt;
- Added support for new gjslint error formats&lt;br /&gt;
  -- Thanks to Meck for the patch&lt;br /&gt;
- Generic ScopeIndentSniff now allows comment indents to not be exact even if the exact flag is set&lt;br /&gt;
  -- The start of the comment is still checked for exact indentation as normal&lt;br /&gt;
- Fixed an issue in AbstractPatternSniff where comments were not being ignored in some cases&lt;br /&gt;
- Fixed an issue in Zend ClosingTagSniff where the closing tag was not always being detected correctly&lt;br /&gt;
  -- Thanks to Jonathan Robson for the patch&lt;br /&gt;
- Fixed an issue in Generic FunctionCallArgumentSpacingSniff where closures could cause incorrect errors&lt;br /&gt;
- Fixed an issue in Generic UpperCaseConstantNameSniff where errors were incorrectly reported on goto statements&lt;br /&gt;
  -- Thanks to Tom Klingenberg for the patch&lt;br /&gt;
- PEAR FileCommentSniff and ClassCommentSniff now support author emails with a single character in the local part&lt;br /&gt;
  -- E.g., a@me.com&lt;br /&gt;
  -- Thanks to Denis Shapkin for the patch&lt;br /&gt;
- Fixed bug #19290 : Generic indent sniffer fails for anonymous functions&lt;br /&gt;
- Fixed bug #19324 : Setting show_warnings configuration option does not work&lt;br /&gt;
- Fixed bug #19354 : Not recognizing references passed to method&lt;br /&gt;
- Fixed bug #19361 : CSS tokenzier generates errors when PHP embedded in CSS file&lt;br /&gt;
- Fixed bug #19374 : HEREDOC/NOWDOC Indentation problems&lt;br /&gt;
- Fixed bug #19381 : traits and indetations in traits are not handled properly&lt;br /&gt;
- Fixed bug #19394 : Notice in NonExecutableCodeSniff&lt;br /&gt;
- Fixed bug #19402 : Syntax error when executing phpcs on Windows with parens in PHP path&lt;br /&gt;
  -- Thanks to Tom Klingenberg for the patch&lt;br /&gt;
- Fixed bug #19411 : magic method error on __construct()&lt;br /&gt;
  -- The fix required a rewrite of AbstractScopeSniff, so please test any sniffs that extend this class&lt;br /&gt;
- Fixed bug #19412 : Incorrect error about assigning objects to variables when inside inline IF&lt;br /&gt;
- Fixed bug #19413 : php_cs thinks I haven't used a parameter when I have&lt;br /&gt;
- Fixed bug #19414 : php_cs seems to not track variables correctly in heredocs
 </content:encoded>
 <dc:date>2012-05-17T05:55:37-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Text_PathNavigator/download/0.2.0/">
 <title>Text_PathNavigator 0.2.0</title>
 <link>http://pear.php.net/package/Text_PathNavigator/download/0.2.0/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #12907	get() gives warning on empty path
 </content:encoded>
 <dc:date>2012-05-14T15:41:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_GIS2/download/0.1.0/">
 <title>Image_GIS2 0.1.0</title>
 <link>http://pear.php.net/package/Image_GIS2/download/0.1.0/</link>
 <content:encoded>* Refactored using PHP 5 syntax.&lt;br /&gt;
&lt;br /&gt;
! PHP 5.0.0 (or higher) is now required.
 </content:encoded>
 <dc:date>2012-05-14T14:24:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Libravatar/download/0.2.1/">
 <title>Services_Libravatar 0.2.1</title>
 <link>http://pear.php.net/package/Services_Libravatar/download/0.2.1/</link>
 <content:encoded>Remove whitespace line
 </content:encoded>
 <dc:date>2012-05-14T10:12:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_UML/download/1.6.1/">
 <title>PHP_UML 1.6.1</title>
 <link>http://pear.php.net/package/PHP_UML/download/1.6.1/</link>
 <content:encoded>* fixed API declaration fatal error (PHP_UML_Input_PHP_ParserImpl::__construct())&lt;br /&gt;
* added missing space in function parameters generated by HtmlNew
 </content:encoded>
 <dc:date>2012-05-12T20:03:12-05:00</dc:date>
</item>

</rdf:RDF>
