From:             [EMAIL PROTECTED]
Operating system: Redhat 7.3
PHP version:      4CVS-2002-11-06
PHP Bug Type:     Zlib Related
Bug description:  Zlib problem

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.
-- 
Edit bug report at http://bugs.php.net/?id=20275&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20275&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20275&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20275&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20275&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20275&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20275&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20275&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20275&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20275&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20275&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20275&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20275&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20275&r=isapi

Reply via email to