ID: 34827 Updated by: [EMAIL PROTECTED] Reported By: ryan_huff at knl dot cc -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment:
It's mentioned in the beginning of php.ini-recommended: ; - variables_order = "GPCS" [Performance] ; The environment variables are not hashed into the $_ENV. To access ; environment variables, you can use getenv() instead. Previous Comments: ------------------------------------------------------------------------ [2005-10-11 14:05:25] ryan_huff at knl dot cc Description: ------------ in the php.ini-recommended file that is bundled in the PHP 5.1RC1 Windows Binary, under the "Data Handling" section of the file the setting variables_order is set as "GPCS". The issue is that if it is not caught, the "E" environment vars wont get registered and might cause a few head scratches. It might be worth noteing or mentioning somewhere. Thanks, MsJetEngineError ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34827&edit=1
