Home » PEAR » PEAR » Bug #4029
possible problem in generated pear.bat
Details
| Submitted | 2005-04-01 21:37 UTC |
|---|---|
| From | treehousetim at gmail dot com |
| Status | Bogus |
| Package | PEAR |
| PHP Version | 5.0.3 |
| OS | windows |
| 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