]> granicus.if.org Git - php/commitdiff
- MF53: Fixed bug #44257 (timelib_tz_lookup_table must use float for
authorDerick Rethans <derick@php.net>
Thu, 13 Mar 2008 16:00:18 +0000 (16:00 +0000)
committerDerick Rethans <derick@php.net>
Thu, 13 Mar 2008 16:00:18 +0000 (16:00 +0000)
  gmtoffset).

ext/date/lib/timelib_structs.h

index c24f6ee74d06d6cf9211132052312c9b9cca745d..4d6ed12a7fb3341c276e8ed3d2ba397ad577289f 100644 (file)
@@ -178,7 +178,7 @@ typedef struct timelib_error_container {
 typedef struct _timelib_tz_lookup_table {
        char       *name;
        int         type;
-       int         gmtoffset;
+       float       gmtoffset;
        char       *full_tz_name;
 } timelib_tz_lookup_table;