php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34827 Possible Issue in the php.ini-recommended
Submitted: 2005-10-11 14:05 UTC Modified: 2005-10-13 11:45 UTC
From: ryan_huff at knl dot cc Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ryan_huff at knl dot cc
New email:
PHP Version: OS:

 

 [2005-10-11 14:05 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-13 11:45 UTC] vrana@php.net
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.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 15:00:01 2025 UTC