summaryrefslogtreecommitdiff
path: root/ext/date/lib/timelib_structs.h
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2014-01-26 14:02:44 +0100
committerDerick Rethans <github@derickrethans.nl>2014-01-26 14:02:44 +0100
commit2e65908643a22c0ffabf604bd948912eb7b95226 (patch)
tree26010ccb59aa896ca97eb80b07525fcc2356c7b1 /ext/date/lib/timelib_structs.h
parent6d6850b3b8521364f0950242c49ab774cfd97dce (diff)
parent7399386a2094ccce9b5deb0c035ff6ac2aa7eb8b (diff)
downloadphp-git-2e65908643a22c0ffabf604bd948912eb7b95226.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
Diffstat (limited to 'ext/date/lib/timelib_structs.h')
-rw-r--r--ext/date/lib/timelib_structs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/date/lib/timelib_structs.h b/ext/date/lib/timelib_structs.h
index de75545c48..5033321356 100644
--- a/ext/date/lib/timelib_structs.h
+++ b/ext/date/lib/timelib_structs.h
@@ -142,6 +142,12 @@ typedef struct timelib_time {
* 2 TimeZone abbreviation */
} timelib_time;
+typedef struct timelib_abbr_info {
+ timelib_sll utc_offset;
+ char *abbr;
+ int dst;
+} timelib_abbr_info;
+
typedef struct timelib_error_message {
int position;
char character;