mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- MF53: Fixed bug #44257 (timelib_tz_lookup_table must use float for
gmtoffset).
This commit is contained in:
parent
c7703dec10
commit
cc07cc0bd9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ typedef struct timelib_error_container {
|
||||||
typedef struct _timelib_tz_lookup_table {
|
typedef struct _timelib_tz_lookup_table {
|
||||||
char *name;
|
char *name;
|
||||||
int type;
|
int type;
|
||||||
int gmtoffset;
|
float gmtoffset;
|
||||||
char *full_tz_name;
|
char *full_tz_name;
|
||||||
} timelib_tz_lookup_table;
|
} timelib_tz_lookup_table;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue