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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC