php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14414 problems with vars in /usr/local/bin/pear
Submitted: 2001-12-10 17:49 UTC Modified: 2001-12-11 15:55 UTC
From: colin at easydns dot com Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.1.0 OS: Linux 2.4.6
Private report: No CVE-ID: None
 [2001-12-10 17:49 UTC] colin at easydns dot com
Running pear from the shell generates some warnings, notably things like:

<b>Warning</b>:  Undefined index:  HOME in <b>/usr/local/bin/pear</b> on line <b>67</b><br>

This is because line 67 is looking for $HTTP_ENV_VARS['HOME'], but under the new ini settings for 4.1.0, that should read $_SERVER['HOME'] ... at least I think that's what it should be.

Stig?

- Colin

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 21:01:33 2024 UTC