php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24264 Environment not propogated
Submitted: 2003-06-19 23:05 UTC Modified: 2003-06-23 21:39 UTC
From: belg4mit at mit dot edu Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.2 OS: Linux (RedHat 9)
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: belg4mit at mit dot edu
New email:
PHP Version: OS:

 

 [2003-06-19 23:05 UTC] belg4mit at mit dot edu
Description:
------------
PHP 4.3.2 under Apache 2.0.46 with the
worker MPM does not properly propagate
environment variables from the server
environment. I have
  SetEnv HOME /home/user
and this is passed to CGI scripts, but is
not passed by PHP.
  $_ENV[HOME] == "/home/root"

I've seen Bug #18037, and respectfully disagree,
it *is* a bug. PHP 4 under Apache 1.3 exhibited
the expected behavior.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-23 21:39 UTC] sniper@php.net
You have the right to disagree. But it's not bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 17 18:01:31 2024 UTC