File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
33
<release >
34
34
<version >0.91-dev</version >
35
35
<state >beta</state >
36
- <date >YYYY-MM-DD </date >
36
+ <date >2002-06-15 </date >
37
37
<notes >
38
+ * fix for XML-RPC bug that made some remote commands fail
38
39
</notes >
39
40
<filelist >
40
41
<file role =" data" name =" package.dtd" />
73
74
<file baseinstalldir =" /" role =" script" install-as =" pear" name =" pear.in" >
74
75
<replace from =" @prefix@/bin" to =" PHP_BINDIR" type =" php-const" />
75
76
<replace from =" @pear_version@" to =" version" type =" package-info" />
77
+ <replace from =" @include_path@" to =" php_dir" type =" pear-config" />
76
78
</file >
77
79
<file baseinstalldir =" /" role =" script" platform =" windows" name =" pear.bat" ></file >
78
80
</dir >
Original file line number Diff line number Diff line change 1
- #!@prefix@/bin/php -Cq
1
+ #!@prefix@/bin/php -Cqd include_path=@include_path@
2
2
<?php // -*- PHP -*-
3
3
//
4
4
// +----------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments