From 555ba3d32bb9ba271f3cc2550d1f4357c5e8e027 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 29 Jul 2005 20:32:37 +0000 Subject: [PATCH] - we're not using new ext/date but php_gmtime_r() # Marcus, did that INI setting really change anything for you? --- tests/date_002.phpt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/date_002.phpt b/tests/date_002.phpt index f7f8a3b..bf89a51 100644 --- a/tests/date_002.phpt +++ b/tests/date_002.phpt @@ -4,21 +4,17 @@ http_date() without timestamp ---INI-- -date.timezone=GMT --FILE-- 1); +echo "$t\n$d\nDone\n"; ?> --EXPECTF-- %sTEST bool(true) %d %s, %d %s %d %d:%d:%d GMT -%s, %d %s %d %d:%d:%d GMT - +Done -- 2.30.2