- minimum required curl versions curl-config doesn't understand --features
[m6w6/ext-http] / tests / etag_mode_033.phpt
index f87f3fae76c3aaf65b776072a587dc925dc6bb9f..3f75c1608d759813cc963d8d615e7b0bd5e9dcd3 100644 (file)
@@ -8,7 +8,7 @@ checkmin(5.1);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_MD5);
+ini_set('http.etag.mode', 'MD5');
 http_cache_etag();
 http_send_data("abc\n");
 ?>