summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-02-25 16:11:05 +0100
committerOndřej Surý <ondrej@sury.org>2013-02-25 16:11:05 +0100
commitc8013604b48675ec2b266aa186bb6c3126c47cca (patch)
treede627cca2457af7c3c0a6498906ff49b4d2f722d /ext/date/php_date.h
parent28f17d3b49950d50f3900f84d74d7cc0822b123d (diff)
downloadphp-upstream/5.4.12.tar.gz
Imported Upstream version 5.4.12upstream/5.4.12
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index c9c165050..f0b662b5d 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -150,10 +150,11 @@ struct _php_period_obj {
};
ZEND_BEGIN_MODULE_GLOBALS(date)
- char *default_timezone;
- char *timezone;
- HashTable *tzcache;
+ char *default_timezone;
+ char *timezone;
+ HashTable *tzcache;
timelib_error_container *last_errors;
+ int timezone_valid;
ZEND_END_MODULE_GLOBALS(date)
#ifdef ZTS