@ -242,7 +242,7 @@ function cmdHelp($command)
return $ret;
} elseif ($command == "version") {
return "PEAR $GLOBALS[pear_package_version]";
return "PEAR Version: ".$GLOBALS[pear_package_version]."\nPHP Version: ".phpversion()."\nZend Engine Version: ".zend_version();
} elseif ($help = PEAR_Command::getHelp($command)) {
if (is_string($help)) {