- Fixed build on php-trunk
[m6w6/ext-http] / tests / etag_mode_033.phpt
index f72b524a6091840dc4eca4a77fff021690ee9d46..c39cc658237f37ee9ae9bd9ef143c1df6c1b19a5 100644 (file)
@@ -4,20 +4,20 @@ md5 etag
 <?php
 include 'skip.inc';
 checkcgi();
-checkmin(5.1);
+checkmin("5.2.5");
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', 'MD5');
+ini_set('http.etag.mode', 'MD5');
 http_cache_etag();
 http_send_data("abc\n");
 ?>
 --EXPECTF--
-X-Powered-By: PHP/%s
+X-Powered-By: PHP/%a
 Cache-Control: private, must-revalidate, max-age=0
 Accept-Ranges: bytes
 ETag: "0bee89b07a248e27c83fc3d5951213c1"
 Content-Length: 4
-Content-type: %s
+Content-type: %a
 
 abc