<?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.9.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0RC2/"/>
<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:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0/">
 <title>PHP_CompatInfo 1.9.0</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.9.0/</link>
 <content:encoded>No change since version 1.9.0RC1
 </content:encoded>
 <dc:date>2009-01-19T05:13:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0RC1/">
 <title>PHP_CompatInfo 1.9.0RC1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.9.0RC1/</link>
 <content:encoded>* IMPORTANT&lt;br /&gt;
- if you are PHP5 user only:&lt;br /&gt;
  use the pciconf script to build your own extension support list&lt;br /&gt;
- if you are PHP4 user only:&lt;br /&gt;
  pciconf script required at least PHP5 to run, so to build your own support list,&lt;br /&gt;
  do it by hand. All major extensions and their PCI dictionaries are available&lt;br /&gt;
  on PEAR CVS [http://cvs.php.net/viewvc.cgi/pear/PHP_CompatInfo/CompatInfo/]&lt;br /&gt;
- A more comprehensive guide will be available for final stable release, ready for&lt;br /&gt;
  PhD system and new PEAR Manual.&lt;br /&gt;
&lt;br /&gt;
* changes since beta2&lt;br /&gt;
- pciconf script did not used anymore the monolithic versions.xml and funclist.txt&lt;br /&gt;
data sources. Version information about extensions came from specific extension version.xml&lt;br /&gt;
file that are installed into PEAR/data/PHP_CompatInfo/phpdocref&lt;br /&gt;
&lt;br /&gt;
* bugs fixed since beta2&lt;br /&gt;
- CSV, HTML and XML renderers did not provided expected result&lt;br /&gt;
  due to new classes result-key entry&lt;br /&gt;
- lost partial functions list information when parsing multiple data sources&lt;br /&gt;
with debug mode&lt;br /&gt;
&lt;br /&gt;
* news since beta2&lt;br /&gt;
- add function getSummary() to print only summary when parsing a directory&lt;br /&gt;
or multiple data sources at once&lt;br /&gt;
&lt;br /&gt;
You are welcome to read my presentation about the new API at&lt;br /&gt;
http://pear.laurent-laville.org/pepr/PHP_CompatInfo/api190/
 </content:encoded>
 <dc:date>2009-01-03T06:39:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0b2/">
 <title>PHP_CompatInfo 1.9.0b2</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.9.0b2/</link>
 <content:encoded>* IMPORTANT&lt;br /&gt;
- if you are PHP5 user only:&lt;br /&gt;
  use the pciconf script to build your own extension support list&lt;br /&gt;
- if you are PHP4 user only:&lt;br /&gt;
  pciconf script required at least PHP5 to run, so to build your own support list,&lt;br /&gt;
  do it by hand. All major extensions and their PCI dictionaries are available&lt;br /&gt;
  on PEAR CVS [http://cvs.php.net/viewvc.cgi/pear/PHP_CompatInfo/CompatInfo/]&lt;br /&gt;
- A more comprehensive guide will be available for final stable release, ready for&lt;br /&gt;
  PhD system and new PEAR Manual.&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- pciconf: the extension support list build system for PHP5 users only&lt;br /&gt;
  use now a new exception handler for functions, and allow to make SAPI dictionaries&lt;br /&gt;
- improve again constant detection by adding a new dictionaries for internal&lt;br /&gt;
  (php core) constants.&lt;br /&gt;
- 3 new methods: getIgnoredFunctions, getIgnoredExtensions, getIgnoredConstants&lt;br /&gt;
- 1 old method open to public: getIgnoredFiles&lt;br /&gt;
&lt;br /&gt;
You are welcome to read my presentation about the new API at&lt;br /&gt;
http://pear.laurent-laville.org/pepr/PHP_CompatInfo/api190/&lt;br /&gt;
&lt;br /&gt;
Do not hesitate to give me your feedback. More we test it, more stable will be&lt;br /&gt;
the final version.&lt;br /&gt;
&lt;br /&gt;
* roadmap&lt;br /&gt;
- 2008-11-23 first alpha version&lt;br /&gt;
- 2008-11-26 first beta version&lt;br /&gt;
- 2008-12-19 second beta release&lt;br /&gt;
- 2009-01-19 final stable release
 </content:encoded>
 <dc:date>2008-12-19T02:14:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0b1/">
 <title>PHP_CompatInfo 1.9.0b1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.9.0b1/</link>
 <content:encoded>* bugs&lt;br /&gt;
- __FILE__ and __LINE__ constants were not detected with 1.9.0a1&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- With first beta release, API 1.9.0 is marked as complete and will not change until stable.&lt;br /&gt;
&lt;br /&gt;
You are welcome to read my presentation about the new API at&lt;br /&gt;
http://pear.laurent-laville.org/pepr/PHP_CompatInfo/api190/&lt;br /&gt;
&lt;br /&gt;
Do not hesitate to give me your feedback. More we test it, more stable will be&lt;br /&gt;
the final release.&lt;br /&gt;
&lt;br /&gt;
* roadmap&lt;br /&gt;
- 2008-11-23 first alpha version&lt;br /&gt;
- 2008-11-30 first beta version&lt;br /&gt;
- 2008-12-19 stable release 1.9.0
 </content:encoded>
 <dc:date>2008-11-30T16:13:57-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.9.0a1/">
 <title>PHP_CompatInfo 1.9.0a1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.9.0a1/</link>
 <content:encoded>* bugs&lt;br /&gt;
- 15011 : XSL extension not detected&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- API 1.9.0 marked as beta, and first release is alpha due to change of&lt;br /&gt;
classes/constants detection of PHP extensions.&lt;br /&gt;
&lt;br /&gt;
You are welcome to read my presentation about the new API at&lt;br /&gt;
http://pear.laurent-laville.org/pepr/PHP_CompatInfo/api190/&lt;br /&gt;
&lt;br /&gt;
Do not hesitate to give me your feedback. More we test it, more stable will be&lt;br /&gt;
the final release.&lt;br /&gt;
&lt;br /&gt;
* roadmap&lt;br /&gt;
- 2008-11-23 first alpha version&lt;br /&gt;
- 2008-12-19 stable release 1.9.0
 </content:encoded>
 <dc:date>2008-11-23T10:52:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.1/">
 <title>PHP_CompatInfo 1.8.1</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.1/</link>
 <content:encoded>* bugs&lt;br /&gt;
- 14696 : PHP_CompatInfo fails to scan code line when not ended with ;&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- getallheaders() is detected as sapi_apache rather than sapi_aolserver
 </content:encoded>
 <dc:date>2008-09-27T10:42:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0/">
 <title>PHP_CompatInfo 1.8.0</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0/</link>
 <content:encoded>* bugs&lt;br /&gt;
- XML Renderer:&lt;br /&gt;
  . identify a data source file with the right tag &lt;file&gt; rather than &lt;dir&gt;&lt;br /&gt;
  . list of function in verbose / debug mode is back&lt;br /&gt;
- Text Renderer:&lt;br /&gt;
  --summarize and --verbose level 4 produced PHP notice errors&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- With agreement of original package author (Davey Shafik), change license&lt;br /&gt;
  from PHP 3.01 to New BSD
 </content:encoded>
 <dc:date>2008-08-01T11:06:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_CompatInfo/download/1.8.0RC2/">
 <title>PHP_CompatInfo 1.8.0RC2</title>
 <link>http://pear.php.net/package/PHP_CompatInfo/download/1.8.0RC2/</link>
 <content:encoded>14 days left before final stable version. Please give it a good testing !&lt;br /&gt;
&lt;br /&gt;
* news&lt;br /&gt;
- Command-Line Interface:&lt;br /&gt;
  new -t | --tab switch to set columns width (see also Text Renderer)&lt;br /&gt;
&lt;br /&gt;
* bugs&lt;br /&gt;
- final fix #14187: cli -r switch does not work in 1.8.0.b4&lt;br /&gt;
- doc #14095: about missing information from C column in CLI result&lt;br /&gt;
- fixed a PHP warning with Array renderer when parsing a single file&lt;br /&gt;
&lt;br /&gt;
* changes&lt;br /&gt;
- Parser give now in summary, when debug mode is on,&lt;br /&gt;
  the list of functions implemented by version&lt;br /&gt;
- XML Renderer:&lt;br /&gt;
  . Even if XML_Beautifier is available we can now avoid to use it. You are free&lt;br /&gt;
    to manage the raw data.&lt;br /&gt;
    -&gt; Reason: old bug #5450 that strip the XML declaration&lt;br /&gt;
    See: docs\examples\pci180_parsedata_toxml.php&lt;br /&gt;
  . adds attribute &quot;name&quot; to string tag (for a better identification and search)&lt;br /&gt;
- Text Renderer:&lt;br /&gt;
  . You have now ability to set column width with config option &quot;colwidth&quot;. Only&lt;br /&gt;
    for Files, Extensions, Constants/Tokens. Version and C have always fixed width.&lt;br /&gt;
  . Extra information given by debug mode (verbose level 4) is available both&lt;br /&gt;
    for a single file or a directory
 </content:encoded>
 <dc:date>2008-07-18T05:34:03-05:00</dc:date>
</item>
<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>

</rdf:RDF>