On Thu, 20 Jan 2011, Pierre Joye wrote:

> pajoye                                   Thu, 20 Jan 2011 07:05:34 +0000
> 
> Revision: http://svn.php.net/viewvc?view=revision&revision=307618
> 
> Log:
> - be sure that we got tzid by adding a default case

[snip]

> @@ -908,11 +897,24 @@
>                               }
> 
>                               tzid = timelib_timezone_id_from_abbr("", 
> (tzi.Bias + tzi.DaylightBias) * -60, 1);
> -                             if (! tzid) {
> +                             if (tzid == NULL) {
>                                       tzid = "UTC";
>                               }

Why did you change this? It does exactly the same.

cheers,
Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to