From: "PEAR Announce" on
The new PEAR package PHP_CompatInfo-1.8.0b4 (beta) has been released at http://pear.php.net/.

Release notes
-------------
* changes
- Text Renderer: support output-level 16 (display filter on version)
- Xml Renderer: support all output-level, verbose 4+ or debug mode
- CLI: default output-level is now 31 (still all details, as before with 15)
since version may be hide (level 16)

* news
- 2 more renderers: Html and Csv
- 3 more examples:
pci180_parsedir_tohtml
= how to use your own html renderer (site web layout integration)
pci180_parsefolder_tohtml
= parse a huge folder and wait result with a progress bar
pci180_parsestring_toxml
= parse an array of string and debug it with an observer

Do not forget to have a look on all examples pci180_parse* that demonstrates
the new API.

* Milestones
- Release Candidate 1: July 1st (with unit test suite, and first draft of user-doc)
- Stable: August 1st
Please give it a good testing !

* QA
- Do no search Unit tests in this release, it is not yet ready, so I have removed
them until RC1

Package Info
------------
PHP_CompatInfo will parse a file/folder/script/array to find out the minimum
version and extensions required for it to run. Features advanced debug output
which shows which functions require which version and CLI output script

Related Links
-------------
Package home: http://pear.php.net/package/PHP_CompatInfo
Changelog: http://pear.php.net/package/PHP_CompatInfo/download/1.8.0b4
Download: http://download.pear.php.net/package/PHP_CompatInfo-1.8.0b4.tgz

Authors
-------
Laurent Laville <pear(a)laurent-laville.org> (lead)