From 73995af1e917e4015afabc4aa5fa0a961c3d0179 Mon Sep 17 00:00:00 2001 From: messju Date: Thu, 8 Jan 2004 12:47:12 +0000 Subject: [PATCH] fix handling of comments inside {php}- and {literal}-blocks --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 546661ef..5187120f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + - fix handling of comments inside {php}- and {literal}-blocks (messju) - fix bug handling triple-quotes in config-files (BRDude, messju) - change default of request_use_auto_globals to true - $_SERVER is now preferred over $HTTP_SERVER_VARS (messju)