FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » header() not being honored?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
header() not being honored? [message #174792] Fri, 08 July 2011 12:57 Go to previous message
Billy Mays is currently offline  Billy Mays
Messages: 4
Registered: July 2011
Karma:
Junior Member
I am trying to have php output previously gzipped data, but it seems
like php is ignoring the call altogether.

Code:

#######################################
/* Trying to prevent the chunked encoding */
header('Content-Length: ' . filesize($file) );
header('Content-Encoding: gzip');

readfile($file);

echo "anything";

die();
########################################

It seems that the first call header get completely ignored (I watched
the headers with telnet) and after the readfile() call the the echo is
never used.

Am I misunderstanding how to use the header function? Is there another
way to see whats going on? Unfortunately, I'm in a shared hosting
environment, PHP: 4.4.9

--
Bill
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: about quality of SAP training videos
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 14:52:13 GMT 2024

Total time taken to generate the page: 0.05037 seconds