diff options
| author | Derick Rethans <derick@php.net> | 2008-02-02 17:25:54 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2008-02-02 17:25:54 +0000 |
| commit | 31219628085cb42040faa9acd190538916625c6d (patch) | |
| tree | 596a3891c898d5737f3d513bddcfd39557ce5396 /ext/date/php_date.c | |
| parent | da5b979f8888a5910850304051d78f0a17000f13 (diff) | |
| download | php-git-31219628085cb42040faa9acd190538916625c6d.tar.gz | |
- MFH: Make timezone_open() work again.
Diffstat (limited to 'ext/date/php_date.c')
| -rw-r--r-- | ext/date/php_date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index fde7d62606..2a8c63650a 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -2336,6 +2336,7 @@ PHP_FUNCTION(timezone_open) tzobj = zend_object_store_get_object(date_instantiate(date_ce_timezone, return_value TSRMLS_CC) TSRMLS_CC); tzobj->type = TIMELIB_ZONETYPE_ID; tzobj->tzi.tz = tzi; + tzobj->initialized = 1; } /* }}} */ |
