<?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/PHP_Beautifier/download/0.1.15/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.14/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.13/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.12/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.11/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.10/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.9/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.7/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Beautifier/download/0.1.6/"/>
</rdf:Seq>
</items>

<title>Latest releases of php_beautifier</title>
<description>The latest releases for the package php_beautifier</description>
</channel>

<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.15/">
 <title>PHP_Beautifier 0.1.15</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.15/</link>
 <content:encoded>&quot;Jespino: the bug killer&quot; Release&lt;br /&gt;
&lt;br /&gt;
- Fixed bug #11245: Lowercase filter prepends the control structure with ugly ' '&lt;br /&gt;
- Fixed bug #13861: Now comments are correctly indented.&lt;br /&gt;
- Fixed bug #14293: Minor typo in documentation (PHP_Beautifier_Filter_Default)&lt;br /&gt;
- Fixed bug #14357: PHP_Beautifier breaks php 5.3 code [needs more testing]&lt;br /&gt;
- Fixed bug #14429: string with two variables in braces and one of them is an array and this string is within a switch statement, then the braces become indented as if they were ending the switch statement (PEAR Filter)&lt;br /&gt;
- Fixed bug #14754: Comment at end of function throws off control sequence&lt;br /&gt;
- Fixed bug #14761: do {} while () syntax messes up control sequence&lt;br /&gt;
- Fixed bug #16197: Now the new filter EqualsAlign do this.&lt;br /&gt;
- Fixed bug #16991: Added the Fluent filter that change the multi-level ac&lt;br /&gt;
- Fixed bug #17278:  	Continue 2; not processed correctly&lt;br /&gt;
- Implement Feature #13601: cannot trivially find the current version [on command line]&lt;br /&gt;
- Implement Feature  #14396: Lowercase filter to handle TRUE and FALSE&lt;br /&gt;
- Fixed the style in long comments begining all lines with &quot;*&quot;&lt;br /&gt;
- Added the new DocBlock filter usign the DocBlockGenerator Pear Library&lt;br /&gt;
- Added t_forach to Default filter. Puts a space after control statement.&lt;br /&gt;
- Changed test suite to work with phpunit
 </content:encoded>
 <dc:date>2010-06-04T21:23:37-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.14/">
 <title>PHP_Beautifier 0.1.14</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.14/</link>
 <content:encoded>Big bug fix release: &quot;Thanks for the patience, bug reporters. The fishes were good, too!&quot;&lt;br /&gt;
This is the last beta release, before going to stable. This package has more than 3 years!!!!&lt;br /&gt;
 &lt;br /&gt;
- Bug fix #10091: CS issue: throw should not have parens&lt;br /&gt;
- Bug fix #10839: T_CLONE and T_ARRAY formatting bugs with default filter&lt;br /&gt;
- Bug fix #11661: Function getPreviousWhitespace Overly Aggressive&lt;br /&gt;
- Bug fix #11662: Please add T_DOUBLE_QUOTE to $aTokensToChange&lt;br /&gt;
- Bug fix #11941: Nested ternary operators add newlines&lt;br /&gt;
- Bug fix #13600: Extra space after close parenthesis on function definition deleted.&lt;br /&gt;
- Bug fix #13602: Pear filter breaks output - for valid, curly syntax &quot;$this-&gt;{$method}();&quot;&lt;br /&gt;
- Bug fix #13795: &quot;else echo&quot; gets turned into &quot;elseecho&quot;&lt;br /&gt;
- Bug fix #13805: Pear filter doesn't follow example for switch format&lt;br /&gt;
- Bug fix #14175: HEREDOC: failure when heredoc string enclosed in function call&lt;br /&gt;
&lt;br /&gt;
+ New phpBB filter, courtesy of Jim Wigginton
 </content:encoded>
 <dc:date>2008-06-22T04:41:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.13/">
 <title>PHP_Beautifier 0.1.13</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.13/</link>
 <content:encoded>Small Rolf bug fix release:&lt;br /&gt;
- Bug fix[rolfhub_at_web.de 2007-02-07-2/pear]: Pear filter delete the space between break and a number.&lt;br /&gt;
- Bug fix[rolfhub_at_web.de 2007-02-12]: function wsToString($sText) to public static function wsToString($sText)&lt;br /&gt;
+ Two new settings on Pear filter: &quot;newline_class&quot; and &quot;newline_class&quot;
 </content:encoded>
 <dc:date>2007-02-14T01:15:56-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.12/">
 <title>PHP_Beautifier 0.1.12</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.12/</link>
 <content:encoded>Bug fix release&lt;br /&gt;
- Bug fix[9078]:php_beautifier script use addFilter defore addFilterDirectory. Fixed file php_beautifier&lt;br /&gt;
- Bug fix[7706 and rolfhub_at_web.de 2007-02-07-1]: The beautifer removes the whitespaces left and right of the operator, so for example &quot;echo 2 . 1 . 0 . &quot;\n&quot;;&quot; becomes &quot;echo 2.1.0.&quot;\n&quot;;&quot;. Added space after and before questions.&lt;br /&gt;
- Bug fix[rolfhub_at_web.de 2007-02-07-2]: When using the &quot;break&quot; command, the command takes an optional parameter, see http://de.php.net/break for details. But this doesn't work when using the beautifier, because, for example &quot;break 2;&quot; morphs to &quot;break2;&quot;&lt;br /&gt;
- Bug fix[rolfhub_at_web.de 2007-01-31]: I think that I have found and fixed a bug in the PHP Beautifier, in the file Common.php in the function getFilesByGlob(). It fails if used under MS-Windows because of the different path separators.&lt;br /&gt;
- Bug fix[8327]: There is one extra space before semicolon in Pear filter&lt;br /&gt;
+ Added -h option on php_beautifier for usage message&lt;br /&gt;
+ New package2.xml
 </content:encoded>
 <dc:date>2007-02-09T23:52:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.11/">
 <title>PHP_Beautifier 0.1.11</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.11/</link>
 <content:encoded>Bug fix release (damn switch)&lt;br /&gt;
* Reimplemented switch, case and default control logic. Now, almost all the switch stamements should be managed well. Please, give feedback!&lt;br /&gt;
* Home Page URL changed to http://beautifyphp.sourceforge.net/&lt;br /&gt;
* Author email changed to cdx _at _users.sourceforge.com&lt;br /&gt;
- Bug fix[7759]: Adding a comment after a case statement in a switch causes the indenting to be wrong. Know issue: Line comment (//) after a case cause a extra new line if the next statement have T_CASE or T_DEFAULT token.&lt;br /&gt;
- Bug fix[7818]: Where curly brackets are used to indicate a variable class  property, PHP_Beautifier adds extra whitespace as if it were  parsing a class method or function.&lt;br /&gt;
- Feature Request [#7854]: Rewrite T_OPEN_TAG_WITH_ECHO in the default filter, specially &quot;&lt;%=&quot; because it will be removed in PHP6. Currently implemented on Pear filter
 </content:encoded>
 <dc:date>2006-06-15T02:24:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.10/">
 <title>PHP_Beautifier 0.1.10</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.10/</link>
 <content:encoded>The one NOT before stable: ( The day of the AC!		&lt;br /&gt;
- Bug fix[7818]: Where curly brackets are used to indicate a variable class &lt;br /&gt;
property, PHP_Beautifier adds extra whitespace as if it were &lt;br /&gt;
parsing a class method or function.&lt;br /&gt;
- Internal Bug 3: Removed log messages on command line. Use -v to get the verbose output (messages with PEAR_DEBUG_INFO level).&lt;br /&gt;
! Bug 7759 remains open, only when one or more case doesn't ends with a break.
 </content:encoded>
 <dc:date>2006-06-06T21:44:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.9/">
 <title>PHP_Beautifier 0.1.9</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.9/</link>
 <content:encoded>The one before stable!		&lt;br /&gt;
- Bug fix[Internal 2]: Code to detect default token constant was wrong. This solve strange extra white lines on output.&lt;br /&gt;
- Bug fix[#7305]: add spaces before and after array key-value pair assignator (=&gt;)&lt;br /&gt;
- Bug fix[#7307]: first lines are intended if ListClassFunction is enabled&lt;br /&gt;
- Bug fix[#7308]:  	typo in &quot;How to use PHP_Beautifier&quot;: 'standar' should be 'standard'&lt;br /&gt;
- Bug fix[#7312]: missing spaces with lower and greater than operator. missing spaces with after ; in for statemants&lt;br /&gt;
- Bug fix[#7759]: Adding a comment after a case statement in a switch causes the&lt;br /&gt;
indenting to be wrong.&lt;br /&gt;
+ New Lowercase Filter[requested on #7348]: Lowercase all control structures. Parse the output of this filter with a new instance of the object or with a pipe in a new php_beautifier.
 </content:encoded>
 <dc:date>2006-06-06T01:15:59-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.8/">
 <title>PHP_Beautifier 0.1.8</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.8/</link>
 <content:encoded>Bug fix release&lt;br /&gt;
- Bug fix [#6237]: Extra space before a variable inside a double quote section&lt;br /&gt;
- Bug fix [#5711]: Add newline with indent after class definition, with pear filter.&lt;br /&gt;
-
 </content:encoded>
 <dc:date>2006-04-01T12:57:24-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.7/">
 <title>PHP_Beautifier 0.1.7</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.7/</link>
 <content:encoded>- Bug fix [Daniel Convissor,June 20] Pear Filter: Switch structures according to coding standars(http://pear.php.net/manual/en/standards.control.php)&lt;br /&gt;
- Bug fix [#4621]: I ran the command line to update my pages and wanted to add the php license to them. The only problem is it only added the license to the&lt;br /&gt;
first file and not the rest of the files.&lt;br /&gt;
- Bug fix [#4931]: Switch again! empty case before a  default statement breaks the indentation&lt;br /&gt;
-
 </content:encoded>
 <dc:date>2005-09-14T20:02:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Beautifier/download/0.1.6/">
 <title>PHP_Beautifier 0.1.6</title>
 <link>http://pear.php.net/package/PHP_Beautifier/download/0.1.6/</link>
 <content:encoded>- Fixed suite of test, to respond to the changes implemented on v0.1.5&lt;br /&gt;
- Bug fix on PHP_Beautifier_Common::getSavePath : the MCD of the files is based on the complete dirs, not only the last common char.&lt;br /&gt;
+ Correct implementation of compressed output files (.tar, .tgz, .tar.bz2). Now, you can do something like&lt;br /&gt;
	$oBeaut = new PHP_Beautifier();&lt;br /&gt;
    $oBatch = new PHP_Beautifier_Batch($oBeaut);&lt;br /&gt;
	$oBatch-&gt;setRecursive(true);&lt;br /&gt;
    $oBatch-&gt;setInputFile('files/*.php');&lt;br /&gt;
    $oBatch-&gt;setOutputFile('files.tar');&lt;br /&gt;
	$oBatch-&gt;save();&lt;br /&gt;
    $oBatch-&gt;setOutputFile('files.tar.bz2');&lt;br /&gt;
	$oBatch-&gt;save();&lt;br /&gt;
    $oBatch-&gt;setOutputFile('files.tgz');&lt;br /&gt;
	$oBatch-&gt;save();&lt;br /&gt;
+ Using get() or show() on a Batch object send the contents of the files, one after another.
 </content:encoded>
 <dc:date>2005-06-15T23:09:01-05:00</dc:date>
</item>

</rdf:RDF>