|
Comments for: argerich20010125
| Message # 1012417: |
|
Date: 07/19/02 03:57
By: AtLAnTiS Subject: ob_gzhandler returns nothing! I tried to use my own HTML tidy code that removes any unnecessary spaces, new-lines etc. and then additionally pass this code to the gzip-handler to compress it further. When I say ob_start("ob_gzhandler"); it works, also if I use my own ob_handler instead, it's alright. But when i say return ob_gzhandler($content); at the end of MY handler, it returns nothing! Zero length. Can't I call the ob_gzhandler() function myself, is this only allowed to ob_start()?? I use PHP 4.1.1 with zlib support. TIA |
Previous Message | Next Message |


