Forums / Install & configuration / variables_order = "EGPCS"
Steven Stieng
Thursday 29 April 2010 6:23:57 am
When installing eZ, I get the following Issue: 1. PHP does not register environment variables PHP is currently not configured to register enviroment variables in the global variable $_ENV. To fix this, edit your php.ini configuration and add E to the variables_order setting. /* CSS Document */ Looking in my php.ini file, I see the following:
; variables_order Default Value: "EGPCS"
Why do I get this issue when variables_order already has the E?
Gaetano Giunta
Thursday 29 April 2010 9:25:06 am
What you have shown here is a comment, not the actual value. Besides the server might be picking up another php.ini from the one you are reading... Last but not least I do not remember E having been part of the defaults ever, maybe it started with php 5.2...
To see the actual value in use, better drop a phpinfo(); page on you server and run it.
Principal Consultant International Business Member of the Community Project Board