codice:
<?php

echo (in_array('zlib', get_loaded_extensions())) ? 'yes' : 'no';

?>