]> git.mxchange.org Git - friendica.git/blobdiff - vendor/pear-pear.php.net/PEAR/PEAR/Command/Install.php
Updated Composer files
[friendica.git] / vendor / pear-pear.php.net / PEAR / PEAR / Command / Install.php
index a1d3a7023ff6c2a0d3b1ffa6451d2faa7884f8eb..42c1f558678d8cd47ab1c52b22e78040cbd03584 100644 (file)
@@ -29,7 +29,7 @@ require_once 'PEAR/Command/Common.php';
  * @author     Greg Beaver <cellog@php.net>
  * @copyright  1997-2009 The Authors
  * @license    http://opensource.org/licenses/bsd-license.php New BSD License
- * @version    Release: 1.10.3
+ * @version    Release: 1.10.4
  * @link       http://pear.php.net/package/PEAR
  * @since      Class available since Release 0.1
  */
@@ -717,8 +717,7 @@ Run post-installation scripts in package <package>, if any exist.
                 $pkg = &$param->getPackageFile();
                 if ($info->getCode() != PEAR_INSTALLER_NOBINARY) {
                     if (!($info = $pkg->installBinary($this->installer))) {
-                        $this->ui->outputData('ERROR: ' .$oldinfo->getMessage());
-                        continue;
+                        return $this->raiseError('ERROR: ' .$oldinfo->getMessage());
                     }
 
                     // we just installed a different package than requested,