| PEAR Announce 2006-08-23, 6:58 pm |
| The new PEAR package PHP_CompatInfo-1.2.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* news
- add "ignore_constants" option to ignore an array of contants when calculating the version needed.
- add loadVersion() method to retrieve easily the functions list of a PHP version (or subset)
See also script "docs\examples\ignorePHP5implements.php" that demonstrates this new feature.
* Quality Assurance
- more PEAR CS with code indentation, and phpdoc tag comment
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_Com.../download/1.2.0
Download: http://pear.php.net/get/PHP_CompatInfo-1.2.0.tgz
Authors
-------------
Davey Shafik <davey@php.net> (lead)
Laurent Laville <pear@laurent-laville.org> (lead)
|