From: Michael Wallner Date: Fri, 4 Sep 2015 08:22:22 +0000 (+0200) Subject: fix packager stub includes X-Git-Url: https://git.m6w6.name/?p=m6w6%2Freplicator;a=commitdiff_plain;h=000124259d4d0f199aed9584517de45e37f21b29 fix packager stub includes --- diff --git a/bin/pecl b/bin/pecl index 36c4229..296c803 100755 --- a/bin/pecl +++ b/bin/pecl @@ -4,6 +4,9 @@ ini_set("display_errors", 0); ini_set("log_errors", 1); +/* needed for the packager, so the pharstub task can find includes */ +set_include_path(__DIR__."/../vendor/m6w6/pharext/src:".get_include_path()); + $what = !empty($argv[1]) ? $argv[1] : "latest"; $pids = [];