- improve logging format
[m6w6/ext-http] / tests / send_data_007.phpt
index f7b60f0806515676dca96ad77e5781d6727f7d89..f6d6058388b4735eb380f8bd223813b4107a2452 100644 (file)
@@ -9,6 +9,8 @@ checkcgi();
 HTTP_IF_NONE_MATCH="0bee89b07a248e27c83fc3d5951213c1"
 --FILE--
 <?php
+include 'log.inc';
+log_prepare(_CACHE_LOG);
 http_cache_etag();
 http_send_data("abc\n");
 ?>