PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #4029

possible problem in generated pear.bat

Details

Submitted2005-04-01 21:37 UTC
Fromtreehousetim at gmail dot com
StatusBogus
PackagePEAR
PHP Version5.0.3
OSwindows
Roadmaps(Not assigned)

Comments

[2005-04-01 21:37 UTC] treehousetim at gmail dot com

Description:
------------
In the generated file pear.bat, if the line that begins with:

"%PHP_PEAR_PHP_BIN%" -C -d output_buffering=1

could instead begin with:

"%PHP_PEAR_PHP_BIN%" -n -d output_buffering=1

To tell php to NOT use a php.ini file this would help.

I've written a PHP CLI installer and the ini file is placed in the php directory in an effort to keep the windows directory clean.

php picks this ini file up when pearcmd.php from this batch file.

when I change this bat file manually things work

This may be version agnostic but i've not tested it with php4

Thanks,

-Tim Gallagher