From: belg4mit at mit dot edu Operating system: Linux (RedHat 9) PHP version: 4.3.2 PHP Bug Type: Apache2 related Bug description: Environment not propogated
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. -- Edit bug report at http://bugs.php.net/?id=24264&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24264&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24264&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24264&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24264&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24264&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24264&r=support Expected behavior: http://bugs.php.net/fix.php?id=24264&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24264&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24264&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24264&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24264&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24264&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24264&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24264&r=gnused
