<?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/PHP_CompatInfo/download/1.8.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b1/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package php_compatinfo</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/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/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>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b4/">
 <title>PHP_CompatInfo 1.7.0b4</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b4/</link>
 <content:encoded>LAST BETA before FINAL STABLE release.&lt;br /&gt;
PLEASE TEST IT as much as possible !&lt;br /&gt;
&lt;br /&gt;
TODO : Need to fix Regression Tests Suite&lt;br /&gt;
&lt;br /&gt;
Changes since version 1.7.0b3 (2008-03-28)&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- Use PEAR::File_Find package 1.3.0 or greater to manage &quot;ignore_dirs&quot; and&lt;br /&gt;
  &quot;ignore_files&quot; easily (with ability to filter by regular expression).&lt;br /&gt;
- XML report structure change.&lt;br /&gt;
  Render is improve if PEAR::XML_Beautifier is available.&lt;br /&gt;
- XML report may now be filtered with help of --output-level switch.&lt;br /&gt;
- Values change for --output-level switch. Use now binary value (more easy to remember)&lt;br /&gt;
  2-&gt;Extension, 4-&gt;Constant, 8-&gt;Tokens, with always 1-&gt;Path-File + Version&lt;br /&gt;
  (Thanks to Stephan Wentz for his request)&lt;br /&gt;
- Add new switch --summarize to limit output to first line (summary)&lt;br /&gt;
  when parsing directory&lt;br /&gt;
  (Thanks to Stephan Wentz for his request)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- fix #13568 : User functions are not ignored&lt;br /&gt;
&lt;br /&gt;
Changes since version 1.7.0b2 (2008-03-24)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- notice errors on XML report output when parsing a directory with CLI&lt;br /&gt;
- add summary in XML report when parsing a directory with CLI&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- implement request #13493: customize CLI data output&lt;br /&gt;
&lt;br /&gt;
Changes since version 1.7.0b1 (2008-03-17)&lt;br /&gt;
&lt;br /&gt;
- pci.php file was rename to pci (without extension) to match unix command syntax&lt;br /&gt;
- CLI may print (-V | --version) version number of PHP_CompatInfo package used&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13417 : Parser ignore class-method that are named as standard php functions&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- dependencies related to CLI (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;
Changes since version 1.7.0a1 (2008-02-21)&lt;br /&gt;
&lt;br /&gt;
- fix CLI output render to 80 columns, on main table :&lt;br /&gt;
  29 characters for File/Path column (1)&lt;br /&gt;
   9 characters for Version column (2)&lt;br /&gt;
  13 characters for Extensions column (3)&lt;br /&gt;
  23 characters for Constants/Tokens column (4)&lt;br /&gt;
- fix CLI output render to 80 columns, on additionnal tables :&lt;br /&gt;
  25 characters for Option column (1)&lt;br /&gt;
  51 characters for Value column (2)&lt;br /&gt;
- On CLI, the XML report generation is now xml compliant with a root tag (pci)&lt;br /&gt;
- On CLI, implement options:&lt;br /&gt;
  ignore_functions_match  with -inm switch,&lt;br /&gt;
  ignore_extensions_match with -iem switch,&lt;br /&gt;
  ignore_constants_match  with -icm switch&lt;br /&gt;
- On CLI options files (see -in, -ie, -ic, -inm, -iem, -icm)&lt;br /&gt;
  allow to put line in comment with ; character (as in php.ini)&lt;br /&gt;
&lt;br /&gt;
Changes since stable version 1.6.1 (2008-02-16)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13137 : Standard test suite failed under *nix&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- req #12857 : Add the option to locally mask exceptions&lt;br /&gt;
  see new api 1.7.0 options:&lt;br /&gt;
  ignore_functions_match, ignore_extensions_match, ignore_constants_match.&lt;br /&gt;
- req #13138 : separate constants and tokens in results&lt;br /&gt;
- req #13147 : CLI: add filter file extension option on parsing directory
 </content:encoded>
 <dc:date>2008-04-03T17:33:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b3/">
 <title>PHP_CompatInfo 1.7.0b3</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b3/</link>
 <content:encoded>Changes since version 1.7.0b2 (2008-03-24)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- notice errors on XML report output when parsing a directory with CLI&lt;br /&gt;
- add summary in XML report when parsing a directory with CLI&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- implement request #13493: customize CLI data output&lt;br /&gt;
&lt;br /&gt;
Changes since version 1.7.0b1 (2008-03-17)&lt;br /&gt;
&lt;br /&gt;
- pci.php file was rename to pci (without extension) to match unix command syntax&lt;br /&gt;
- CLI may print (-V | --version) version number of PHP_CompatInfo package used&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13417 : Parser ignore class-method that are named as standard php functions&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- dependencies related to CLI (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;
Changes since version 1.7.0a1 (2008-02-21)&lt;br /&gt;
&lt;br /&gt;
- fix CLI output render to 80 columns, on main table :&lt;br /&gt;
  29 characters for File/Path column (1)&lt;br /&gt;
   9 characters for Version column (2)&lt;br /&gt;
  13 characters for Extensions column (3)&lt;br /&gt;
  23 characters for Constants/Tokens column (4)&lt;br /&gt;
- fix CLI output render to 80 columns, on additionnal tables :&lt;br /&gt;
  25 characters for Option column (1)&lt;br /&gt;
  51 characters for Value column (2)&lt;br /&gt;
- On CLI, the XML report generation is now xml compliant with a root tag (pci)&lt;br /&gt;
- On CLI, implement options:&lt;br /&gt;
  ignore_functions_match  with -inm switch,&lt;br /&gt;
  ignore_extensions_match with -iem switch,&lt;br /&gt;
  ignore_constants_match  with -icm switch&lt;br /&gt;
- On CLI options files (see -in, -ie, -ic, -inm, -iem, -icm)&lt;br /&gt;
  allow to put line in comment with ; character (as in php.ini)&lt;br /&gt;
&lt;br /&gt;
Changes since stable version 1.6.1 (2008-02-16)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13137 : Standard test suite failed under *nix&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- req #12857 : Add the option to locally mask exceptions&lt;br /&gt;
  see new api 1.7.0 options:&lt;br /&gt;
  ignore_functions_match, ignore_extensions_match, ignore_constants_match.&lt;br /&gt;
- req #13138 : separate constants and tokens in results&lt;br /&gt;
- req #13147 : CLI: add filter file extension option on parsing directory
 </content:encoded>
 <dc:date>2008-03-28T15:26:30-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b2/">
 <title>PHP_CompatInfo 1.7.0b2</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b2/</link>
 <content:encoded>Changes since version 1.7.0b1 (2008-03-17)&lt;br /&gt;
&lt;br /&gt;
- pci.php file was rename to pci (without extension) to match unix command syntax&lt;br /&gt;
- CLI may print (-V | --version) version number of PHP_CompatInfo package used&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13417 : Parser ignore class-method that are named as standard php functions&lt;br /&gt;
&lt;br /&gt;
* QA&lt;br /&gt;
- dependencies related to CLI (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;
Changes since version 1.7.0a1 (2008-02-21)&lt;br /&gt;
&lt;br /&gt;
- fix CLI output render to 80 columns, on main table :&lt;br /&gt;
  29 characters for File/Path column (1)&lt;br /&gt;
   9 characters for Version column (2)&lt;br /&gt;
  13 characters for Extensions column (3)&lt;br /&gt;
  23 characters for Constants/Tokens column (4)&lt;br /&gt;
- fix CLI output render to 80 columns, on additionnal tables :&lt;br /&gt;
  25 characters for Option column (1)&lt;br /&gt;
  51 characters for Value column (2)&lt;br /&gt;
- On CLI, the XML report generation is now xml compliant with a root tag (pci)&lt;br /&gt;
- On CLI, implement options:&lt;br /&gt;
  ignore_functions_match  with -inm switch,&lt;br /&gt;
  ignore_extensions_match with -iem switch,&lt;br /&gt;
  ignore_constants_match  with -icm switch&lt;br /&gt;
- On CLI options files (see -in, -ie, -ic, -inm, -iem, -icm)&lt;br /&gt;
  allow to put line in comment with ; character (as in php.ini)&lt;br /&gt;
&lt;br /&gt;
Changes since stable version 1.6.1 (2008-02-16)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13137 : Standard test suite failed under *nix&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- req #12857 : Add the option to locally mask exceptions&lt;br /&gt;
  see new api 1.7.0 options:&lt;br /&gt;
  ignore_functions_match, ignore_extensions_match, ignore_constants_match.&lt;br /&gt;
- req #13138 : separate constants and tokens in results&lt;br /&gt;
- req #13147 : CLI: add filter file extension option on parsing directory
 </content:encoded>
 <dc:date>2008-03-24T14:04:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b1/">
 <title>PHP_CompatInfo 1.7.0b1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.7.0b1/</link>
 <content:encoded>Changes since 1.7.0a1 (2008-02-21)&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- fix CLI output render to 80 columns, on main table :&lt;br /&gt;
  29 characters for File/Path column (1)&lt;br /&gt;
   9 characters for Version column (2)&lt;br /&gt;
  13 characters for Extensions column (3)&lt;br /&gt;
  23 characters for Constants/Tokens column (4)&lt;br /&gt;
- fix CLI output render to 80 columns, on additionnal tables :&lt;br /&gt;
  25 characters for Option column (1)&lt;br /&gt;
  51 characters for Value column (2)&lt;br /&gt;
- On CLI, the XML report generation is now xml compliant with a root tag (pci)&lt;br /&gt;
- On CLI, implement options:&lt;br /&gt;
  ignore_functions_match  with -inm switch,&lt;br /&gt;
  ignore_extensions_match with -iem switch,&lt;br /&gt;
  ignore_constants_match  with -icm switch&lt;br /&gt;
- On CLI options files (see -in, -ie, -ic, -inm, -iem, -icm)&lt;br /&gt;
  allow to put line in comment with ; character (as in php.ini)&lt;br /&gt;
&lt;br /&gt;
Changes since stable version 1.6.1 (2008-02-16)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- bug #13137 : Standard test suite failed under *nix&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- req #12857 : Add the option to locally mask exceptions&lt;br /&gt;
  see new api 1.7.0 options:&lt;br /&gt;
  ignore_functions_match, ignore_extensions_match, ignore_constants_match.&lt;br /&gt;
- req #13138 : separate constants and tokens in results&lt;br /&gt;
- req #13147 : CLI: add filter file extension option on parsing directory
 </content:encoded>
 <dc:date>2008-03-17T15:59:36-05:00</dc:date>
</item>

</rdf:RDF>