- Fixed build on php-trunk
[m6w6/ext-http] / tests / etag_mode_043.phpt
index dbb5438e6577abc4abae606417dfdd497b5c9142..98777e167bf56440491b563ef88db9780731488e 100644 (file)
@@ -4,18 +4,18 @@ ob md5 etag
 <?php
 include 'skip.inc';
 checkcgi();
-checkmin(5.1);
+checkmin("5.2.5");
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', 'bogus');
+ini_set('http.etag.mode', 'bogus');
 http_cache_etag();
 print("abc\n");
 ?>
 --EXPECTF--
-X-Powered-By: PHP/%s
+X-Powered-By: PHP/%a
 Cache-Control: private, must-revalidate, max-age=0
 ETag: "0bee89b07a248e27c83fc3d5951213c1"
-Content-type: %s
+Content-type: %a
 
 abc