<?php
  error_reporting(-1);
  ini_set('display_errors', '1');         //
  ini_set('display_startup_errors', '1'); //
?>

<h1>Bug Report: gzencode() does not work</h1>

<p>This script demonstrates that the PHP function <a href="http://php.net/gzencode">gzencode</a> does not appear to work correctly on this server.

<p>This is PHP v<?php echo phpversion(); ?>

<p>The following simple code: <xmp>$r = gzencode('test');</xmp></p>

<p>Returns this error:
<xmp><?php
  $r = gzencode('test'); 
?></xmp>
</p>

Please fix ASAP or advise us of a workaround, thanks!
