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