ID:               31591
 Updated by:       [EMAIL PROTECTED]
 Reported By:      aronnax_98 at yahoo dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Irrelevant
 PHP Version:      Irrelevant
 New Comment:

This has been documented.


Previous Comments:
------------------------------------------------------------------------

[2005-04-05 15:31:15] [EMAIL PROTECTED]

These functions differ only in availability (both of them may or may
not exist) and utilization of safe_mode AFAIK. They are bound in the
meaning that apache_setenv("X", "a") affects getenv("X") but
putenv("X=a") doesn't affect apache_getenv("X").

------------------------------------------------------------------------

[2005-01-18 19:44:54] [EMAIL PROTECTED]

This requirement has been documented, but some questions: 

1) Assuming putenv() or apache_setenv() aren't used, will
apache_getenv(), getenv(), and the Superglobals always have the same
value?

2) How do these functions differ? putenv() vs. apache_setenv(), etc.


------------------------------------------------------------------------

[2005-01-18 12:12:13] [EMAIL PROTECTED]

Yes, it is available, but only with Apache2.
Documentation should have a note about it.


------------------------------------------------------------------------

[2005-01-18 04:01:58] aronnax_98 at yahoo dot com

Description:
------------
When I try to call apache_getenv(...), PHP claims that 
the function doesn't exist.  The function is present in 
the online PHP manual.

Reproduce code:
---------------
echo apache_getenv('SOME_ENV_VARIABLE');

Expected result:
----------------
VALUE_OF_SOME_ENV_VARIABLE

Actual result:
--------------
Fatal error: Call to undefined function: apache_getenv() 
in /www/php/dryerase/config.php on line 21


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31591&edit=1

Reply via email to