<?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_CompatInfo/download/1.8.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_Util/download/1.2.0a2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Archive/download/0.11.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_Util/download/1.2.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_Info/download/1.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for davey</title>
<description>The latest releases for the PEAR developer davey (Davey Shafik)</description>
</channel>

<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0RC1/">
 <title>PHP_CompatInfo 1.8.0RC1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0RC1/</link>
 <content:encoded>Probably the last release before final version planned for August 1st.&lt;br /&gt;
Please give it a good testing !&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- #14187 : cli -r switch does not work in 1.8.0.b4&lt;br /&gt;
- getFileList() obey now to &quot;recurse_dir&quot; option (when set to false)&lt;br /&gt;
- parse functions obey now to &quot;ignore_files&quot; option&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- Result values are now sorted in alphabetic order for a better human reading&lt;br /&gt;
Thats include 6 following entries:&lt;br /&gt;
&quot;ignore_functions&quot;, &quot;ignore_extensions&quot;, &quot;ignore_constants&quot;&lt;br /&gt;
&quot;functions&quot; &quot;extensions&quot; &quot;constants&quot;&lt;br /&gt;
- Event &quot;AuditFinised&quot; give now the result of parsing&lt;br /&gt;
&lt;br /&gt;
Do not forget to have a look on all examples pci180_parse* that demonstrates&lt;br /&gt;
the new API.&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- Test Suites (Standard, Bugs, Cli) included in this first release candidate&lt;br /&gt;
are full compatible with API 1.8.0
 </content:encoded>
 <dc:date>2008-06-28T10:02:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b4/">
 <title>PHP_CompatInfo 1.8.0b4</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b4/</link>
 <content:encoded>* changes&lt;br /&gt;
- Text Renderer: support output-level 16 (display filter on version)&lt;br /&gt;
- Xml  Renderer: support all output-level, verbose 4+ or debug mode&lt;br /&gt;
- CLI: default output-level is now 31 (still all details, as before with 15)&lt;br /&gt;
       since version may be hide (level 16)&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- 2 more renderers: Html and Csv&lt;br /&gt;
- 3 more examples:&lt;br /&gt;
  pci180_parsedir_tohtml&lt;br /&gt;
    = how to use your own html renderer (site web layout integration)&lt;br /&gt;
  pci180_parsefolder_tohtml&lt;br /&gt;
    = parse a huge folder and wait result with a progress bar&lt;br /&gt;
  pci180_parsestring_toxml&lt;br /&gt;
    = parse an array of string and debug it with an observer&lt;br /&gt;
&lt;br /&gt;
Do not forget to have a look on all examples pci180_parse* that demonstrates&lt;br /&gt;
the new API.&lt;br /&gt;
&lt;br /&gt;
* Milestones&lt;br /&gt;
- Release Candidate 1: July 1st (with unit test suite, and first draft of user-doc)&lt;br /&gt;
- Stable: August 1st&lt;br /&gt;
Please give it a good testing !&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- Do no search Unit tests in this release, it is not yet ready, so I have removed&lt;br /&gt;
  them until RC1
 </content:encoded>
 <dc:date>2008-06-18T17:24:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b3/">
 <title>PHP_CompatInfo 1.8.0b3</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b3/</link>
 <content:encoded>* changes&lt;br /&gt;
- parseArray() method was missing in beta2 is back&lt;br /&gt;
- add or remove observers is now possible with public method of the controller&lt;br /&gt;
  PHP_CompatInfo (main class)&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- CLI is back alive with the new Text Renderer&lt;br /&gt;
  a new switch -p | --progress was added to display a wait message or a progress bar&lt;br /&gt;
  (if PEAR::Console_ProgressBar is installed)&lt;br /&gt;
&lt;br /&gt;
Do not forget to have a look on all examples pci180_parse* that demonstrates&lt;br /&gt;
the new API.&lt;br /&gt;
&lt;br /&gt;
Beta 4, the last beta before RC, that is planned for june 18th will include&lt;br /&gt;
2 new more renderers :&lt;br /&gt;
- Html, for web page content&lt;br /&gt;
- Csv, for a plain text content&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- Do no search Unit tests in this release, it is not yet ready, so I have removed&lt;br /&gt;
  them until beta4
 </content:encoded>
 <dc:date>2008-06-07T16:18:41-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b2/">
 <title>PHP_CompatInfo 1.8.0b2</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b2/</link>
 <content:encoded>CREDITS&lt;br /&gt;
Thanks to John Parise and Ken Guest, for their agreement to reuse code and idea&lt;br /&gt;
from their packages. Idea about connecting a driver (see PEAR_Size) and&lt;br /&gt;
how to build/check an instance of a custom renderer (see Log) if class&lt;br /&gt;
is available loaded somewhere.&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
API 1.8.0 since beta 2 was almost full rewrite following the MVC design pattern.&lt;br /&gt;
This version, that DO NOT break Backward Compatibility, introduces at least two big&lt;br /&gt;
features :&lt;br /&gt;
1. Event-Driven capability (see PEAR::Event_Dispatcher),&lt;br /&gt;
2. Customizable and extendable Renderers&lt;br /&gt;
&lt;br /&gt;
Do not forget to have a look on 3 news examples pci180_parse* that demonstrates&lt;br /&gt;
the new API.&lt;br /&gt;
&lt;br /&gt;
Beta 2 include 3 renderers :&lt;br /&gt;
- &quot;Null&quot; that consumes all output. Usefull for batch mode&lt;br /&gt;
- &quot;Array&quot; the default. That dump results as a PHP array (like previous versions)&lt;br /&gt;
  but allow also to print improved array with help of PEAR::Var_Dump if available.&lt;br /&gt;
- &quot;Xml&quot; that produces XML results with PEAR::XML_Util and improve its render&lt;br /&gt;
  with PEAR::XML_Beautifier if available.&lt;br /&gt;
&lt;br /&gt;
  WARNING: if you use benefit of XML_Beautifier with the Xml renderer and see&lt;br /&gt;
            the XML prolog/declaration be removed, DO NOT add a new bug report&lt;br /&gt;
            it is the old Bug #5450 !&lt;br /&gt;
&lt;br /&gt;
Beta 3 that will come shortly will include 2 new more renderers :&lt;br /&gt;
- Html, for web page content&lt;br /&gt;
- Text, for command line interface (that will come back again live)&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- Do no search Unit tests in this release, it is not yet ready, so I have removed&lt;br /&gt;
  them until beta3
 </content:encoded>
 <dc:date>2008-06-03T16:36:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_Util/download/1.2.0a2/">
 <title>XML_Util 1.2.0a2</title>
 <link>http://pear.php.net/package/XML_Util/download/1.2.0a2/</link>
 <content:encoded>Changed license to New BSD License (Req #13826 [ashnazg])&lt;br /&gt;
Added a test suite against all API methods [ashnazg]&lt;br /&gt;
Switch to package.xml v2 [ashnazg]&lt;br /&gt;
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]&lt;br /&gt;
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]&lt;br /&gt;
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]&lt;br /&gt;
-- (this fix differs from the one in v1.2.0a1)
 </content:encoded>
 <dc:date>2008-05-22T04:08:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Archive/download/0.11.4/">
 <title>PHP_Archive 0.11.4</title>
 <link>http://pear.php.net/package/PHP_Archive/download/0.11.4/</link>
 <content:encoded>minor bugfix release&lt;br /&gt;
* E_STRICT/E_DEPRECATED errors displayed
 </content:encoded>
 <dc:date>2008-05-19T11:18:48-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b1/">
 <title>PHP_CompatInfo 1.8.0b1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b1/</link>
 <content:encoded>Consider this version as a high bug fix release.&lt;br /&gt;
Especially if you want to parse files/dirs with conditional code such as&lt;br /&gt;
function_exists(), extension_loaded(), and defined().&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- #13873: Undefined Offset Error for function_exists detection&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- support of error_reporting constant E_RECOVERABLE_ERROR introduced with PHP 5.2.0&lt;br /&gt;
- show a progress bar when parsing directories from CLI
 </content:encoded>
 <dc:date>2008-05-18T09:28:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_Util/download/1.2.0a1/">
 <title>XML_Util 1.2.0a1</title>
 <link>http://pear.php.net/package/XML_Util/download/1.2.0a1/</link>
 <content:encoded>Changed license to New BSD License (Req #13826 [ashnazg])&lt;br /&gt;
Added a test suite against all API methods [ashnazg]&lt;br /&gt;
Switch to package.xml v2 [ashnazg]&lt;br /&gt;
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|ja.doma]
 </content:encoded>
 <dc:date>2008-05-04T22:04:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_Info/download/1.8.0/">
 <title>PEAR_Info 1.8.0</title>
 <link>http://pear.php.net/package/PEAR_Info/download/1.8.0/</link>
 <content:encoded>Introduce the CLI part:&lt;br /&gt;
a phpinfo() text clone like, but for PEAR info.&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- implement request #13401 : outputs plain text in CLI mode&lt;br /&gt;
&lt;br /&gt;
Changes since version 1.8.0a2 (2008-03-28)&lt;br /&gt;
&lt;br /&gt;
- none&lt;br /&gt;
&lt;br /&gt;
Changes since version 1.8.0a1 (2008-03-23)&lt;br /&gt;
&lt;br /&gt;
- CLI print PEAR_Info package version (-V | --version) without help usage&lt;br /&gt;
- fix wrong location of shell script pearinfo on all platforms
 </content:encoded>
 <dc:date>2008-04-18T16:25:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0/">
 <title>PHP_CompatInfo 1.7.0</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.7.0/</link>
 <content:encoded>After 1 alpha and 4 beta releases, I am pleased to announce the&lt;br /&gt;
release of final stable version. This new API 1.7.0 introduce many new features.&lt;br /&gt;
Here are a summary of all changes since API 1.6.0.&lt;br /&gt;
&lt;br /&gt;
All SAPI:&lt;br /&gt;
=========&lt;br /&gt;
* news&lt;br /&gt;
- add 3 options:&lt;br /&gt;
  ignore_functions_match, ignore_extensions_match, ignore_constants_match.&lt;br /&gt;
  ==&gt; Request #12857&lt;br /&gt;
- separate constants and tokens in results&lt;br /&gt;
  ==&gt; Request #13138&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- full support of regular expressions for &quot;ignore_dirs&quot; and &quot;ignore_files&quot; options.&lt;br /&gt;
- all reports display now the max version information when needed.&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- #13568 : User functions are not ignored&lt;br /&gt;
- #13417 : Parser ignore class-method that are named as standard php functions&lt;br /&gt;
- #13137 : Standard test suite failed under *nix&lt;br /&gt;
&lt;br /&gt;
CLI only:&lt;br /&gt;
=========&lt;br /&gt;
* news&lt;br /&gt;
- Add new --output-level switch to customize (all) reports output.&lt;br /&gt;
  ==&gt; Request #13493&lt;br /&gt;
- Add new --summarize switch to limit output to first line (summary)&lt;br /&gt;
  when parsing directory.&lt;br /&gt;
- Add new --version switch to print version number of PHP_CompatInfo package.&lt;br /&gt;
- Add --filter-ext switch to filter file extension when parsing directory&lt;br /&gt;
  ==&gt; Request #13147&lt;br /&gt;
- Add new column C to indicate a level of conditional code used (0: none,&lt;br /&gt;
  1: function_exists() used, 2: extension_loaded() used, 4: defined() used)&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- XML report structure change.&lt;br /&gt;
  Render is improve if PEAR::XML_Beautifier is available.&lt;br /&gt;
- pci.php file was rename to pci (without extension) to match unix command syntax&lt;br /&gt;
- Text report is now really limited to 80 columns in all situation&lt;br /&gt;
- All switchs that accept option file parameter allow now&lt;br /&gt;
  to put line in comment with ; character (as in php.ini)&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- dependencies Console_Table, Console_GetArgs, XML_Util&lt;br /&gt;
  are defined as required and no more optional. CLI is a standard feature and should&lt;br /&gt;
  not be considered as optional.&lt;br /&gt;
&lt;br /&gt;
---------------------------------------------------------------------------&lt;br /&gt;
Changes since version 1.7.0b4 (2008-04-03)&lt;br /&gt;
&lt;br /&gt;
- parseString(), parseFile() and parseArray() handle now correctly the new&lt;br /&gt;
  key-info &quot;cond_code&quot;.&lt;br /&gt;
- Add new column C to indicate a level of conditional code used.&lt;br /&gt;
- CLI text report support version max information in main table results.&lt;br /&gt;
- Regression Tests Suite was fixed.
 </content:encoded>
 <dc:date>2008-04-17T17:06:48-05:00</dc:date>
</item>

</rdf:RDF>