- re-add mysteriously missing file
[m6w6/ext-http] / tests / allowed_methods_001.phpt
index 456da6a865c5e5061a5683785cb01ae3cd50da3c..e0940b38f5226116fc56f48f0913729842f89f46 100644 (file)
@@ -4,12 +4,13 @@ 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');
+ini_set('http.request.methods.allowed', 'POST');
 echo "Done\n";
 ?>
 --EXPECTF--