views:

19

answers:

0

hi guys, i define in my apache the settings for gzip, this is my phpinfo for gzip:

zip Zip enabled Extension Version $Id: php_zip.c 293036 2010-01-03 09:23:27Z sebastian $ Zip version 1.8.11 Libzip version 0.9.0

zlib ZLib Support enabled Stream Wrapper support compress.zlib:// Stream Filter support zlib.inflate, zlib.deflate Compiled Version 1.2.3 Linked Version 1.2.3

the command i using in the beginning of the page for run the gzip is: ob_start('ob_gzhandler') ;

how can i fix the problem ?

thanks,