Re: [PHP-DEV] Re: report of date functions on windows

2005-10-16 Thread Nuno Lopes
1) timelib_tz_lookup_table defines the gmtoffset as an int, but in the fallback table there are some decimals numbers. So, either remove those entries or change the struct to hold a float. This also applies to the timelib_timezone_id_from_abbr() function, which receives a long, instead of a floa

[PHP-DEV] Re: report of date functions on windows

2005-10-15 Thread Derick Rethans
On Fri, 14 Oct 2005, Nuno Lopes wrote: > Hi, > > In the last hours I've been debugging and testing the new implementation of > the date related functions on windows. > I've found some little problems: > > 1) timelib_tz_lookup_table defines the gmtoffset as an int, but in the > fallback table the