- libevent diagnostics
[m6w6/ext-http] / tests / etag_mode_044.phpt
index 5f69d4bd921248d8fed86cc003e9880f9f0bf1f4..0d8129ad257d093bd02ca1d4dae056e459080fd3 100644 (file)
@@ -5,11 +5,11 @@ ob ext/hash etag
 include 'skip.inc';
 checkcgi();
 checkmin(5.1);
-skipif(!extendion_loaded('hash'), 'need mhash support');
+skipif(!extension_loaded('hash'), 'need ext/hash support');
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', 'sha256');
+ini_set('http.etag.mode', 'sha256');
 http_cache_etag();
 print("abc\n");
 ?>