summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/scripts/pear.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in
index f70fce65f9..d075a8d449 100644
--- a/pear/scripts/pear.in
+++ b/pear/scripts/pear.in
@@ -1,4 +1,4 @@
-#!@prefix@/bin/php -Cqd include_path=@include_path@
+#!@prefix@/bin/php -Cq
<?php // -*- PHP -*-
//
// +----------------------------------------------------------------------+
@@ -24,6 +24,7 @@
/**
* @nodep Gtk
*/
+ini_set('include_path', '@include_path@');
ini_set('allow_url_fopen', true);
set_time_limit(0);
ob_implicit_flush(true);