diff options
Diffstat (limited to 'ext/date/php_date.c')
| -rw-r--r-- | ext/date/php_date.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index e0cd1e3015..5809586a0d 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -2491,7 +2491,6 @@ static void date_object_free_storage_period(zend_object *object TSRMLS_DC) /* {{ /* Advanced Interface */ PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) /* {{{ */ { - Z_TYPE_P(object) = IS_OBJECT; object_init_ex(object, pce); return object; } /* }}} */ |
