cellog Sat Nov 5 13:21:20 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/pear install-pear.php
Log:
revert last commit - information is too verbose
http://cvs.php.net/diff.php/php-src/pear/install-pear.php?r1=1.6.2.14.4.4&r2=1.6.2.14.4.5&ty=u
Index: php-src/pear/install-pear.php
diff -u php-src/pear/install-pear.php:1.6.2.14.4.4
php-src/pear/install-pear.php:1.6.2.14.4.5
--- php-src/pear/install-pear.php:1.6.2.14.4.4 Sat Nov 5 13:15:05 2005
+++ php-src/pear/install-pear.php Sat Nov 5 13:21:20 2005
@@ -1,6 +1,6 @@
<?php
-/* $Id: install-pear.php,v 1.6.2.14.4.4 2005/11/05 18:15:05 cellog Exp $ */
+/* $Id: install-pear.php,v 1.6.2.14.4.5 2005/11/05 18:21:20 cellog Exp $ */
error_reporting(E_ALL);
$pear_dir = dirname(__FILE__);
@@ -116,7 +116,7 @@
foreach ($install_files as $package => $instfile) {
$info = &$pkg->fromAnyFile($instfile, PEAR_VALIDATE_INSTALLING);
if (PEAR::isError($info)) {
- $ui->outputData(sprintf("[PEAR] %s: %s", $package . " ($instfile)",
+ $ui->outputData(sprintf("[PEAR] %s: %s", $package,
$info->getMessage()));
continue;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php