- add ob_(deflate|inflate)handler
[m6w6/ext-http] / tests / allowed_methods_001.phpt
index 2f2c4e7bfc1ee7bb14343db728c0ebd9fb3aee55..b7e3ba5725c7a42bd7979e7caa7db0177b584c8f 100644 (file)
@@ -4,9 +4,12 @@ allowed methods
 <?php
 include 'skip.inc';
 checkcgi();
+checkmax(5.0);
 ?>
 --FILE--
 <?php
+include 'log.inc';
+log_prepare(_AMETH_LOG);
 ini_set('http.allowed_methods', 'POST');
 echo "Done\n";
 ?>