]> granicus.if.org Git - php/commitdiff
* set include_path when running "pear"
authorStig Bakken <ssb@php.net>
Sun, 16 Jun 2002 05:43:48 +0000 (05:43 +0000)
committerStig Bakken <ssb@php.net>
Sun, 16 Jun 2002 05:43:48 +0000 (05:43 +0000)
pear/package-PEAR.xml
pear/scripts/pear.in

index 1e140982ef060afca2fad1dbea2ceaac8aecbc5a..591a6965ee906a64185f622b08bab3cd738f579c 100644 (file)
@@ -33,8 +33,9 @@
   <release>
     <version>0.91-dev</version>
     <state>beta</state>
-    <date>YYYY-MM-DD</date>
+    <date>2002-06-15</date>
     <notes>
+* fix for XML-RPC bug that made some remote commands fail
 </notes>
     <filelist>
       <file role="data" name="package.dtd"/>
@@ -73,6 +74,7 @@
         <file baseinstalldir="/" role="script" install-as="pear" name="pear.in">
           <replace from="@prefix@/bin" to="PHP_BINDIR" type="php-const"/>
           <replace from="@pear_version@" to="version" type="package-info"/>
+          <replace from="@include_path@" to="php_dir" type="pear-config"/>
         </file>
         <file baseinstalldir="/" role="script" platform="windows" name="pear.bat"></file>
       </dir>
index cd81aa0a40dfeddf4dbd2019a9fe01bd020ad967..f70fce65f97362b752bb8a8e1c4d9af881218b9e 100644 (file)
@@ -1,4 +1,4 @@
-#!@prefix@/bin/php -Cq
+#!@prefix@/bin/php -Cqd include_path=@include_path@
 <?php // -*- PHP -*-
 //
 // +----------------------------------------------------------------------+