Commit:    c7f9f54a2374847fe079c86ed07a90bc501f5660
Author:    Anatoliy Belsky <a...@php.net>         Tue, 24 Apr 2012 13:36:43 
+0200
Parents:   485638a09c23e48820e0160c26098b0ef571c533
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=c7f9f54a2374847fe079c86ed07a90bc501f5660

Log:
Bug 61610 adopted expected warnings for 5.4

Bugs:
https://bugs.php.net/61610

Changed paths:
  M  ext/date/tests/date_default_timezone_get-1-win32.phpt


Diff:
diff --git a/ext/date/tests/date_default_timezone_get-1-win32.phpt 
b/ext/date/tests/date_default_timezone_get-1-win32.phpt
index a12418f..ed9ac1a 100644
--- a/ext/date/tests/date_default_timezone_get-1-win32.phpt
+++ b/ext/date/tests/date_default_timezone_get-1-win32.phpt
@@ -17,8 +17,8 @@ date.timezone=
           parametrized so there is no hardcoded timezone data.*/
 ?>
 --EXPECTF--
-Warning: date_default_timezone_get(): It is not safe to rely on the system's 
timezone settings. You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected '%s' for '%s' instead in 
%sdate_default_timezone_get-1-win32.php on line 3
+Warning: date_default_timezone_get(): It is not safe to rely on the system's 
timezone settings. You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected the timezone '%s' for now, but please set date.timezone 
to select your timezone. in %s on line %d
 %s
 
-Warning: date(): It is not safe to rely on the system's timezone settings. You 
are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected '%s' for '%s' instead in 
%sdate_default_timezone_get-1-win32.php on line 4
+Warning: date(): It is not safe to rely on the system's timezone settings. You 
are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected the timezone '%s' for now, but please set date.timezone 
to select your timezone. in %s on line %d
 %s


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to