- adjust ini entry names to those of the globals struct
[m6w6/ext-http] / tests / etag_mode_033.phpt
index f87f3fae76c3aaf65b776072a587dc925dc6bb9f..f72b524a6091840dc4eca4a77fff021690ee9d46 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");
 ?>