- fix some tests on linux
[m6w6/ext-http] / tests / send_data_007.phpt
index b02cad9bbb3b8c5b36efb6c398d342e0415417ae..f6d6058388b4735eb380f8bd223813b4107a2452 100644 (file)
@@ -3,11 +3,14 @@ http_send_data() etag caching
 --SKIPIF--
 <?php 
 include 'skip.inc';
+checkcgi();
 ?>
 --ENV--
 HTTP_IF_NONE_MATCH="0bee89b07a248e27c83fc3d5951213c1"
 --FILE--
 <?php
+include 'log.inc';
+log_prepare(_CACHE_LOG);
 http_cache_etag();
 http_send_data("abc\n");
 ?>