Quercus: How to set $_SERVER[] entries?
Steven Grimm <[email protected]> Thu, 11 May 2006 14:04:40 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
In Apache PHP land, we can stick a line in our httpd.conf files like
SetEnv FOO "bar"
and the PHP code can access those variables using $_SERVER['FOO'].
How does one add elements to $_SERVER in Quercus?
-Steve