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

Release notes
-------------
Consider this version as a high bug fix release.
Especially if you want to parse files/dirs with conditional code such as
function_exists(), extension_loaded(), and defined().

* bugs
- #13873: Undefined Offset Error for function_exists detection

* news
- support of error_reporting constant E_RECOVERABLE_ERROR introduced with PHP 5.2.0
- show a progress bar when parsing directories from CLI

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

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