|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-06 08:29 UTC] iliaa@php.net
[2002-11-06 12:48 UTC] michal at vrabel dot cz
[2002-11-06 12:55 UTC] iliaa@php.net
[2002-11-06 13:03 UTC] michal at vrabel dot cz
[2002-11-06 13:25 UTC] michal at vrabel dot cz
[2002-11-07 17:29 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 07:00:01 2025 UTC |
Hello. I have installed newest STABLE PHP4 and Apache 2.0.40. I have this problem with Zlib version 1.0.3 which is included in PHP4 STABLE. I am using IE 5.5 at Win2k Prof. When i am try open some gzipped page (.php script) i get unreadable code (packed code). But only at some pages. Not at all pages. I am reinstall system and everything is the same. I am not behind the proxy. Can you tell me, if Zlib 1.0.3 have some bug? When i have Apache 1.2.26 and PHP 4.1.2 everything was good. I am dont using global compress. I am active compress in php script by this lines: if (strstr($HTTP_USER_AGENT,'compatible') ) { if (extension_loaded('zlib') ) { ob_start('ob_gzhandler'); } } Thank you. Michal Vrabel.