* Fix for bug #15500

This commit is contained in:
Martin Jansen 2002-02-17 15:32:53 +00:00
parent 2eef6d482f
commit 12ebcb3a21

View File

@ -1,5 +1,6 @@
<?php
require_once "PEAR/Common.php";
$parser = new PEAR_Common;
$parser->setErrorHandling(PEAR_ERROR_DIE, "pear info: %s\n");
$info = $parser->infoFromTgzFile($cmdargs[0]);