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 head looks like that - nothing special.. head LINK href=/css/main.css

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 meta http-equiv=content-encoding content=gzip (or an equiv. header() statement)

[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

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

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-cache,

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 head - section of your document, maybe there is MO some content-encoding sent or your apache config (maybe some

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
[snip] My head looks like that - nothing special.. head LINK href=/css/main.css rel=stylesheet type=text/css TITLESome title/TITLE meta http-equiv=Content-Type content=text/html; charset=iso-8859-2 script language=JavaScript src=/javascripts/date_picker/date_picker.js/script /head [/snip]