php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21263 _ENV appears to be empty
Submitted: 2002-12-29 01:00 UTC Modified: 2002-12-30 15:22 UTC
From: charlesk at netgaintechnology dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.0 OS: Windows 2000 Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: charlesk at netgaintechnology dot com
New email:
PHP Version: OS:

 

 [2002-12-29 01:00 UTC] charlesk at netgaintechnology dot com
echo $_ENV;
Array

print_r($_ENV);
Array()

Is $_ENV being deprecated?  Or why is it empty?

Charles Killmer
IIS 5.0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-29 01:01 UTC] charlesk at netgaintechnology dot com
Oops Just correcting my email address.
 [2002-12-30 15:22 UTC] charlesk at netgaintechnology dot com
Sorry.  I had the variables_order = "GPCS"

No environment Variables get registered this way.  Oops

Charles
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 12:01:31 2024 UTC