68aab73d8c595ebdc5ca04b8f8e9cafba213674b
[m6w6/ext-http] / tests / etag_mode_042.phpt
1 --TEST--
2 ob sha1 etag
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 checkcgi();
7 checkmin(5.1);
8 skipif(!http_support(HTTP_SUPPORT_MHASHETAGS), 'need mhash support');
9 ?>
10 --FILE--
11 <?php
12 ini_set('http.etag_mode', HTTP_ETAG_SHA1);
13 http_cache_etag();
14 print("abc\n");
15 ?>
16 --EXPECTF--
17 X-Powered-By: PHP/%s
18 Cache-Control: private, must-revalidate, max-age=0
19 ETag: "03cfd743661f07975fa2f1220c5194cbaff48451"
20 Content-type: %s
21
22 abc