* The Predefined Classes/Constants array script generator.
* @package PHP_CompatInfo
* @author Laurent Laville <pear@laurent-laville.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @version CVS: $Id: configure.php,v 1.8 2008/12/26 18:50:51 farell Exp $
* @link http://pear.php.net/package/PHP_CompatInfo
* @since File available since Release 1.9.0b1
if (version_compare(PHP_VERSION, '5.0.0') < 0) {
print basename(__FILE__) . " require PHP5 or better to run. "
. "Your current PHP version is " . PHP_VERSION
require_once 'Console/Getargs.php';
$ds = DIRECTORY_SEPARATOR;
$opts = array('enable' =>
'desc' => 'A comma separated list of extensions '
'min' => 0 , 'max' => 1),
'desc' => 'A comma separated list of extensions '
'min' => 0 , 'max' => 1),
'desc' => 'A comma separated list of SAPI '