]> granicus.if.org Git - php/commitdiff
* Fix for bug #15500
authorMartin Jansen <mj@php.net>
Sun, 17 Feb 2002 15:32:53 +0000 (15:32 +0000)
committerMartin Jansen <mj@php.net>
Sun, 17 Feb 2002 15:32:53 +0000 (15:32 +0000)
pear/scripts/pearcmd-info.php

index baa6b883be82bcf23a0749a1a8e8f4be7f60b5c3..99b6b1c7f25584eda7a1c9c2f8ec81334c1c725d 100644 (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]);