diff options
author | Lonny Kapelushnik <lonnyk@gmail.com> | 2012-11-14 05:04:46 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2013-03-31 10:45:00 +0100 |
commit | a4ca01cc2bc18204ad09ac4cc0f886539f8911e0 (patch) | |
tree | 2549ce4b7d95334ae5512955445159bda2f345dc /ext/date/lib/timelib.h | |
parent | a1ebd82a29c427455c7ec2938b892727cfada552 (diff) | |
download | php-git-a4ca01cc2bc18204ad09ac4cc0f886539f8911e0.tar.gz |
Made separate tests for each TZ type
Fixed handling of unserializing types 1 and 3
Diffstat (limited to 'ext/date/lib/timelib.h')
-rw-r--r-- | ext/date/lib/timelib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/lib/timelib.h b/ext/date/lib/timelib.h index 478dec32d0..d941cf6d08 100644 --- a/ext/date/lib/timelib.h +++ b/ext/date/lib/timelib.h @@ -73,6 +73,7 @@ timelib_time *timelib_parse_from_format(char *format, char *s, int len, timelib_ void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options); char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst); const timelib_tz_lookup_table *timelib_timezone_abbreviations_list(void); +long timelib_parse_tz_cor(char**); /* From parse_iso_intervals.re */ void timelib_strtointerval(char *s, int len, |