From c55ce8b07f2d1d82a1bb4bd7dabf84bfc3f22888 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 16 Jun 2002 05:43:48 +0000 Subject: [PATCH] * set include_path when running "pear" --- pear/package-PEAR.xml | 4 +++- pear/scripts/pear.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 1e140982ef..591a6965ee 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -33,8 +33,9 @@ 0.91-dev beta - YYYY-MM-DD + 2002-06-15 +* fix for XML-RPC bug that made some remote commands fail @@ -73,6 +74,7 @@ + diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index cd81aa0a40..f70fce65f9 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -1,4 +1,4 @@ -#!@prefix@/bin/php -Cq +#!@prefix@/bin/php -Cqd include_path=@include_path@