Re: [PHP] output compression and MSIE

2003-07-09 Thread Mario Oberrauch
> Hi, > > I'm shocked. It seems it works! However.. My pages without forcing ISO > 8559-2 don't look good. What to use instead so? Hi, You could try leaving the line an and add content-encoding headers like this (or an equiv. header() statement) Haven't tried that, but i see a chance that it

Re[2]: [PHP] output compression and MSIE

2003-07-09 Thread sebab
Hi, I'm shocked. It seems it works! However.. My pages without forcing ISO 8559-2 don't look good. What to use instead so? -- Best regards, Sebastian Tuesday, July 8, 2003, 3:55:43 PM, you wrote: MO> [snip] >> My looks like that - nothing special.. >> >> >> >> Some title >> >> > src="/javas

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
[snip] > My looks like that - nothing special.. > > > > Some title > > > [/snip] sorry list for the mess in this thread. got somewhat wrong. try to take the following line out: (modifing to output correct type would be even better) regards mario -- PHP General Mailing List (http://ww

Re[3]: [PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello once more, Tuesday, July 8, 2003, 3:25:31 PM, you wrote: MO> Hello too, MO> Well yes, IE is not that wrong this time (though it changes nothing at all :)) MO> Take a look into the - section of your document, maybe there is MO> some content-encoding sent or your apache config (maybe some de

Re[2]: [PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello, Good to see someone else met that "feature" of MS Internet Exploder ;) At really I don't put any headers with content info. Only headers are: header ('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT'); header ('Expires: '.gmdate("D, d M Y H:i:s").' GMT'); header ('Cache-Control: no-cac

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
> Hello, > > I've found problem with MSIE showing sometimes blank page when > compression is turned on (no matter using zlib.output_compression or > gzip handler). I've found that happens when page is <=4096 bytes long > (output in HTML). And this suggested me to try to change buffer size > for co

[PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello, I've found problem with MSIE showing sometimes blank page when compression is turned on (no matter using zlib.output_compression or gzip handler). I've found that happens when page is <=4096 bytes long (output in HTML). And this suggested me to try to change buffer size for compression (for