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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: colin at easydns dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 15:01:30 2024 UTC