php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23234 $HTTP_SERVER_VAR['something'] Lost
Submitted: 2003-04-15 23:59 UTC Modified: 2003-04-17 01:10 UTC
From: swei at trentu dot ca Assigned:
Status: Not a bug Package: Variables related
PHP Version: 5CVS-2003-04-15 (dev) OS: WinNT 5.1
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: swei at trentu dot ca
New email:
PHP Version: OS:

 

 [2003-04-15 23:59 UTC] swei at trentu dot ca
I have a PHP script using $HTTP_SERVER_VAR['something'] in order to compatible older PHP version.

However, today when I ran PHP 5.0-dev to see how my script working, I found the $HTTP_SERVER_VAR['something'] did not working at all whereas $_SERVER['something'] wroks fine.

Is that a mistake or some decision on abandon variable?

I need this variable working anyway, just like PHP4 dose.

THx.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-17 01:10 UTC] magnus@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Check your ini and make sure you register the old-style 
vars. 
 
register_long_arrays = On 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 11:01:30 2024 UTC