File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff line change 1- #!@prefix@/bin/php -Cq
1+ #!@prefix@/bin/php -Cqd include_path=@include_path@
22<?php // -*- PHP -*-
33//
44// +----------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments