X-Git-Url: https://git.m6w6.name/?p=m6w6%2Freplicator;a=blobdiff_plain;f=bin%2Fpecl;fp=bin%2Fpecl;h=296c8036c5f1753c070ea98c16b64adf355132b0;hp=36c4229fed9be091f4ba451186c65d8d4076936e;hb=000124259d4d0f199aed9584517de45e37f21b29;hpb=9754f6d5b5c0e15606cfe01d87df89fc0eae57df 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 = [];