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

Release notes
-------------
Probably the last release before final version planned for August 1st.
Please give it a good testing !

* bugs
- #14187 : cli -r switch does not work in 1.8.0.b4
- getFileList() obey now to "recurse_dir" option (when set to false)
- parse functions obey now to "ignore_files" option

* changes
- Result values are now sorted in alphabetic order for a better human reading
Thats include 6 following entries:
"ignore_functions", "ignore_extensions", "ignore_constants"
"functions" "extensions" "constants"
- Event "AuditFinised" give now the result of parsing

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

* QA
- Test Suites (Standard, Bugs, Cli) included in this first release candidate
are full compatible with API 1.8.0

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.0RC1
Download: http://download.pear.php.net/package/PHP_CompatInfo-1.8.0RC1.tgz

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