#44138 [Opn-Fbk]: zlib.compression causes blank screens

2008-03-13 Thread jani
 ID:   44138
 Updated by:   [EMAIL PROTECTED]
 Reported By:  owner at dragon-hearts dot net
-Status:   Open
+Status:   Feedback
 Bug Type: Zlib Related
 Operating System: CentOs 4
 PHP Version:  5.2.5
 New Comment:

And because you're refusing to give even the most basic information
about how you configured PHP / what SAPI you're using / what webserver /
etc., this report will soon join the others and be ignored..

Output buffering can be misconfigured in several ways, so please, check
the php.ini-dist file and the comments in it for more information.
These directives are relevant at least: output_buffering,
output_handler, zlib.output_compression. And what _exactly_ you put as
the values? And have you checked the webserver / other logs what really
happens when you get 'blank screen' ???



Previous Comments:


[2008-03-11 23:01:56] owner at dragon-hearts dot net

I have read the instructions
What I did

Enabled zlib.compression

What happens

zlib.compression is enabled - sometimes pages come up blank

What should happen

Pages should load normally

If you rummage through the bug database there appear to have been bugs
similar reported for previous PHP versions which haven't been fixed and
ignored.



[2008-03-11 22:39:49] [EMAIL PROTECTED]

PLEASE read the instructions found at
http://bugs.php.net/how-to-report.php and provide the basic information
needed.



[2008-02-16 17:36:27] owner at dragon-hearts dot net

Description:

When zlib.compression is enabled randomly pages will appear blank (a
completely white screen) this happens on Internet Explorer 6 and 7,
Firefox 2 and in Safari 3 a similar issue happens but it shows an error
message of bad server response (NSURLErrorDomain:-1011.

Without zlib.compression everything loads fine.

When using apache's mod_deflate to compress output everything works
fine.






-- 
Edit this bug report at http://bugs.php.net/?id=44138edit=1



#44138 [Opn-Fbk]: zlib.compression causes blank screens

2008-03-13 Thread jani
 ID:   44138
 Updated by:   [EMAIL PROTECTED]
 Reported By:  owner at dragon-hearts dot net
-Status:   Open
+Status:   Feedback
 Bug Type: Zlib Related
 Operating System: CentOs 4
 PHP Version:  5.2.5
 New Comment:

Works fine for me. What exactly are those pages that randomly appear as
blank? Have you checked e.g. with firebug what the headers are that the
server sends then? Are you sure there is not crash happening..? And have
you disabled all compression modules in apache conf?


Previous Comments:


[2008-03-13 12:38:30] owner at dragon-hearts dot net

The web server is apache 2.2.6, configured as FCGI

php.ini settings

output_buffering = 4096
output_handler isn't defined
zlib.output_compression = on
zlib.output_compression_level = 5


Other logs don't show anything out of the ordinary.

Maybe you should add some optional boxes to bug report pages asking for
webserver and configuration.



[2008-03-13 12:32:50] [EMAIL PROTECTED]

And because you're refusing to give even the most basic information
about how you configured PHP / what SAPI you're using / what webserver /
etc., this report will soon join the others and be ignored..

Output buffering can be misconfigured in several ways, so please, check
the php.ini-dist file and the comments in it for more information.
These directives are relevant at least: output_buffering,
output_handler, zlib.output_compression. And what _exactly_ you put as
the values? And have you checked the webserver / other logs what really
happens when you get 'blank screen' ???




[2008-03-11 23:01:56] owner at dragon-hearts dot net

I have read the instructions
What I did

Enabled zlib.compression

What happens

zlib.compression is enabled - sometimes pages come up blank

What should happen

Pages should load normally

If you rummage through the bug database there appear to have been bugs
similar reported for previous PHP versions which haven't been fixed and
ignored.



[2008-03-11 22:39:49] [EMAIL PROTECTED]

PLEASE read the instructions found at
http://bugs.php.net/how-to-report.php and provide the basic information
needed.



[2008-02-16 17:36:27] owner at dragon-hearts dot net

Description:

When zlib.compression is enabled randomly pages will appear blank (a
completely white screen) this happens on Internet Explorer 6 and 7,
Firefox 2 and in Safari 3 a similar issue happens but it shows an error
message of bad server response (NSURLErrorDomain:-1011.

Without zlib.compression everything loads fine.

When using apache's mod_deflate to compress output everything works
fine.






-- 
Edit this bug report at http://bugs.php.net/?id=44138edit=1



#44138 [Opn-Fbk]: zlib.compression causes blank screens

2008-03-13 Thread jani
 ID:   44138
 Updated by:   [EMAIL PROTECTED]
 Reported By:  owner at dragon-hearts dot net
-Status:   Open
+Status:   Feedback
 Bug Type: Zlib Related
 Operating System: CentOs 4
 PHP Version:  5.2.5
 New Comment:

So check the headers when you get a blank screen then.


Previous Comments:


[2008-03-13 13:15:25] owner at dragon-hearts dot net

The pages can be any php page, I've not checked with firebug, I'm sure
it's not a crash happening or I'd have logs of it. All compression
modules were disabled when zlib.compression was enabled.



[2008-03-13 13:07:52] [EMAIL PROTECTED]

Works fine for me. What exactly are those pages that randomly appear as
blank? Have you checked e.g. with firebug what the headers are that the
server sends then? Are you sure there is not crash happening..? And have
you disabled all compression modules in apache conf?



[2008-03-13 12:38:30] owner at dragon-hearts dot net

The web server is apache 2.2.6, configured as FCGI

php.ini settings

output_buffering = 4096
output_handler isn't defined
zlib.output_compression = on
zlib.output_compression_level = 5


Other logs don't show anything out of the ordinary.

Maybe you should add some optional boxes to bug report pages asking for
webserver and configuration.



[2008-03-13 12:32:50] [EMAIL PROTECTED]

And because you're refusing to give even the most basic information
about how you configured PHP / what SAPI you're using / what webserver /
etc., this report will soon join the others and be ignored..

Output buffering can be misconfigured in several ways, so please, check
the php.ini-dist file and the comments in it for more information.
These directives are relevant at least: output_buffering,
output_handler, zlib.output_compression. And what _exactly_ you put as
the values? And have you checked the webserver / other logs what really
happens when you get 'blank screen' ???




[2008-03-11 23:01:56] owner at dragon-hearts dot net

I have read the instructions
What I did

Enabled zlib.compression

What happens

zlib.compression is enabled - sometimes pages come up blank

What should happen

Pages should load normally

If you rummage through the bug database there appear to have been bugs
similar reported for previous PHP versions which haven't been fixed and
ignored.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/44138

-- 
Edit this bug report at http://bugs.php.net/?id=44138edit=1



#44138 [Opn-Fbk]: zlib.compression causes blank screens

2008-03-11 Thread jani
 ID:   44138
 Updated by:   [EMAIL PROTECTED]
 Reported By:  owner at dragon-hearts dot net
-Status:   Open
+Status:   Feedback
 Bug Type: Zlib Related
 Operating System: CentOs 4
 PHP Version:  5.2.5
 New Comment:

PLEASE read the instructions found at
http://bugs.php.net/how-to-report.php and provide the basic information
needed.


Previous Comments:


[2008-02-24 20:23:28] owner at dragon-hearts dot net

There's not much more I can give since it seems quite random, from
reading something about safari which mentions something about
content-length being incorrect. All I know is disableing
zlib.compression does stop it.



[2008-02-24 20:06:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to Open.

Thank you for your interest in PHP.






[2008-02-16 17:36:27] owner at dragon-hearts dot net

Description:

When zlib.compression is enabled randomly pages will appear blank (a
completely white screen) this happens on Internet Explorer 6 and 7,
Firefox 2 and in Safari 3 a similar issue happens but it shows an error
message of bad server response (NSURLErrorDomain:-1011.

Without zlib.compression everything loads fine.

When using apache's mod_deflate to compress output everything works
fine.






-- 
Edit this bug report at http://bugs.php.net/?id=44138edit=1



#44138 [Opn-Fbk]: zlib.compression causes blank screens

2008-02-24 Thread jani
 ID:   44138
 Updated by:   [EMAIL PROTECTED]
 Reported By:  owner at dragon-hearts dot net
-Status:   Open
+Status:   Feedback
 Bug Type: Zlib Related
 Operating System: CentOs 4
 PHP Version:  5.2.5
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to Open.

Thank you for your interest in PHP.





Previous Comments:


[2008-02-16 17:36:27] owner at dragon-hearts dot net

Description:

When zlib.compression is enabled randomly pages will appear blank (a
completely white screen) this happens on Internet Explorer 6 and 7,
Firefox 2 and in Safari 3 a similar issue happens but it shows an error
message of bad server response (NSURLErrorDomain:-1011.

Without zlib.compression everything loads fine.

When using apache's mod_deflate to compress output everything works
fine.






-- 
Edit this bug report at http://bugs.php.net/?id=44138edit=1