It didnt print anything (on windows). But it DID print 'Test' on linux.
coopster
11:58 pm on Apr 30, 2006 (gmt 0)
Yes, you can use it on Windows. Double check your php.ini settings and make sure you aren't conflicting with zlib.output_compression. Also note that using zlib.output_compression is preferred over ob_gzhandler() [php.net].