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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC