From: Michael Wallner Date: Fri, 29 Jul 2005 20:32:37 +0000 (+0000) Subject: - we're not using new ext/date but php_gmtime_r() X-Git-Tag: RELEASE_0_11_0~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=555ba3d32bb9ba271f3cc2550d1f4357c5e8e027 - we're not using new ext/date but php_gmtime_r() # Marcus, did that INI setting really change anything for you? --- 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