View Full Version : Sug: CP tells you if php supports gzip
Jake Bunce
Fri 1st Jun '01, 4:57am
Sug: If it can be done, it would make sense to have an "indicator" next to the CP option for gzip compression that tells you if your server's php supports gzip. Is such an indicator possible?
Chris Schreiber
Fri 1st Jun '01, 5:00am
Well I know you can use http://yourdomain.com/forums/admin/index.php?action=phpinfo to see if Zlib has been compiled and is available. I guess it would be possible to parse this to put up an indicator in the cp.
4php
Fri 1st Jun '01, 6:21am
if(extension_loaded("zlib")) {
print "woopty do";
}
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.