Commit: eae121ebfefded761a561ffe038f8d02c26d5ecd Author: Anatol Belski <[email protected]> Tue, 17 Sep 2013 11:10:11 +0200 Parents: 4d75c62afc6651aca7afdc3f3c5eeaa366e4b1cd Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=eae121ebfefded761a561ffe038f8d02c26d5ecd Log: fix building with non core ext deps Changed paths: M client/include/PeclExt.php Diff: diff --git a/client/include/PeclExt.php b/client/include/PeclExt.php index 013e5d3..02a3086 100644 --- a/client/include/PeclExt.php +++ b/client/include/PeclExt.php @@ -705,6 +705,7 @@ if (!function_exists('rmtools\combinations')) { foreach ($pkgs as $pkg) { $ext = new PeclExt($pkg, $this->build); + $ext->init(); if (strtolower($ext->getName()) == strtolower($name) && !isset($this->non_core_ext_deps[$ext->getName()]) -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
