Commit: a300549e90bbdaf3cda4977f65972eca2a0bcb57 Author: Anatol Belski <[email protected]> Tue, 17 Sep 2013 13:10:22 +0200 Parents: eae121ebfefded761a561ffe038f8d02c26d5ecd Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=a300549e90bbdaf3cda4977f65972eca2a0bcb57 Log: trivial fix Changed paths: M client/include/PeclExt.php Diff: diff --git a/client/include/PeclExt.php b/client/include/PeclExt.php index 02a3086..8a9a00d 100644 --- a/client/include/PeclExt.php +++ b/client/include/PeclExt.php @@ -687,7 +687,7 @@ if (!function_exists('rmtools\combinations')) { } if (!isset($config['exts']) || !is_array($config['exts'])) { - continue; + return; } $path = $this->build->branch->config->getPeclNonCoreExtDepsBase(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
