Skip to content

Commit c55ce8b

Browse files
committed
* set include_path when running "pear"
1 parent d8a361b commit c55ce8b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pear/package-PEAR.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
<release>
3434
<version>0.91-dev</version>
3535
<state>beta</state>
36-
<date>YYYY-MM-DD</date>
36+
<date>2002-06-15</date>
3737
<notes>
38+
* fix for XML-RPC bug that made some remote commands fail
3839
</notes>
3940
<filelist>
4041
<file role="data" name="package.dtd"/>
@@ -73,6 +74,7 @@
7374
<file baseinstalldir="/" role="script" install-as="pear" name="pear.in">
7475
<replace from="@prefix@/bin" to="PHP_BINDIR" type="php-const"/>
7576
<replace from="@pear_version@" to="version" type="package-info"/>
77+
<replace from="@include_path@" to="php_dir" type="pear-config"/>
7678
</file>
7779
<file baseinstalldir="/" role="script" platform="windows" name="pear.bat"></file>
7880
</dir>

pear/scripts/pear.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@prefix@/bin/php -Cq
1+
#!@prefix@/bin/php -Cqd include_path=@include_path@
22
<?php // -*- PHP -*-
33
//
44
// +----------------------------------------------------------------------+

0 commit comments

Comments
 (0)