X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FTask%2FPhpize.php;fp=src%2Fpharext%2FTask%2FPhpize.php;h=a1da2e7a5870e42698a40b423f84e706f79a33d0;hb=337e76964be2ed6724633ac477affc3a28426c97;hp=ab70534322d269a2e773ec7655549f00f6f93543;hpb=23b4f263e68ae8d0a34292ed6215350483fe8451;p=pharext%2Fpharext diff --git a/src/pharext/Task/Phpize.php b/src/pharext/Task/Phpize.php index ab70534..a1da2e7 100644 --- a/src/pharext/Task/Phpize.php +++ b/src/pharext/Task/Phpize.php @@ -41,6 +41,9 @@ class Phpize implements Task * @throws \pharext\Exception */ public function run($verbose = false) { + if ($verbose !== false) { + printf("Running %s ...\n", $this->phpize); + } $pwd = getcwd(); if (!chdir($this->cwd)) { throw new Exception;