From 000124259d4d0f199aed9584517de45e37f21b29 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 4 Sep 2015 10:22:22 +0200 Subject: [PATCH] fix packager stub includes --- bin/pecl | 3 +++ 1 file changed, 3 insertions(+) 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 = []; -- 2.30.2