derick Thu Mar 13 16:00:19 2008 UTC
Modified files:
/php-src/ext/date/lib timelib_structs.h
Log:
- MF53: Fixed bug #44257 (timelib_tz_lookup_table must use float for
gmtoffset).
http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib_structs.h?r1=1.25&r2=1.26&diff_format=u
Index: php-src/ext/date/lib/timelib_structs.h
diff -u php-src/ext/date/lib/timelib_structs.h:1.25
php-src/ext/date/lib/timelib_structs.h:1.26
--- php-src/ext/date/lib/timelib_structs.h:1.25 Sun Feb 3 14:10:48 2008
+++ php-src/ext/date/lib/timelib_structs.h Thu Mar 13 16:00:18 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: timelib_structs.h,v 1.25 2008/02/03 14:10:48 derick Exp $ */
+/* $Id: timelib_structs.h,v 1.26 2008/03/13 16:00:18 derick Exp $ */
#ifndef __TIMELIB_STRUCTS_H__
#define __TIMELIB_STRUCTS_H__
@@ -178,7 +178,7 @@
typedef struct _timelib_tz_lookup_table {
char *name;
int type;
- int gmtoffset;
+ float gmtoffset;
char *full_tz_name;
} timelib_tz_lookup_table;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php