[PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread sebab
Hi, I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where it's going to deal with Windows 2k/IIS/PHP(CGI) + MySQL and I need really good arguments, cause it's only way I can convince him (cause his position in company is much

Re[2]: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread sebab
Wednesday, July 23, 2003, 3:33:48 PM, you wrote: CZ * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): Hi, I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where it's going to deal with Windows 2k/IIS/PHP(CGI) + MySQL and I

[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[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[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