php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35623 Accept-Encoding header missing from $_SERVER and $ENV
Submitted: 2005-12-10 18:59 UTC Modified: 2005-12-10 19:13 UTC
From: webdeveloper at bokehman dot com Assigned:
Status: Not a bug Package: Zlib related
PHP Version: 5.1.1 OS: Win XP
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: webdeveloper at bokehman dot com
New email:
PHP Version: OS:

 

 [2005-12-10 18:59 UTC] webdeveloper at bokehman dot com
Description:
------------
Accept-Encoding header is missing from $_SERVER array meaning ob_start('gzhandler') doesn't work. I am using Apache2 and have been saving %{Accept-Encoding} to the apache log so I know the header is arriving at the server but PHP does not have access to it. Tested in 5.1.1 and 5.0.4 (win32) and it is missing from both.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-10 19:00 UTC] sniper@php.net
Any entries miss only if the webserver doesn't set them.
Not PHP bug.
 [2005-12-10 19:13 UTC] webdeveloper at bokehman dot com
It is set by the server. It is available to the log file. It is only in PHP it is not available.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 07:01:29 2024 UTC