News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
A real gem - PHP_CompatInfo
December 28, 2010 @ 09:34:40

In this new post to his blog Robert Basic takes a look at what he calls a "real gem" in defining the requirements of his application - PHP_CompatInfo.

Last night I was pondering how nice would it be to have a tool of some sort, that would simply spit out what version of PHP does my app require. Something like: here are my .php files, what PHP version and/or extensions do I need for it? First I thought about jumping right in and writing it myself, but hey, this kind of a tool sounds way to useful not to be written already! After a bit of a googling there it was: PHP_CompatInfo. A nice PEAR package that can tell me everything I want about my code and even a bit more.

He includes a code snippet showing it in action. It's a basic example that defines the driver type to use, options and the directory to parse through (using parseDir() naturally). Other output formats are available too like CSV and HTML.

0 comments voice your opinion now!
phpcompatinfo pear package compatibility requirement


blog comments powered by Disqus

Similar Posts

DevShed: PHP, MySQL and the PEAR Database

CodePoets.co.uk: A Quickstart to using PEAR with PHP

Joshua Eichorn's Blog: Writing again (HTML_AJAX Manual)

Community News: Latest PEAR Releases for 11.05.2007

Greg Beaver's Blog: Planting PEAR seeds - you can decide PEAR's future


Community Events









Don't see your event here?
Let us know!


opinion object unittest zendframework2 introduction community event development language example conference tool api interview testing functional code framework release composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework