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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC