mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:/php-src: fix uninitialized member
This commit is contained in:
@@ -656,5 +656,7 @@ zend_object* php_com_object_new(zend_class_entry *ce)
|
||||
zend_object_std_init(&obj->zo, ce);
|
||||
obj->zo.handlers = &php_com_object_handlers;
|
||||
|
||||
obj->typeinfo = NULL;
|
||||
|
||||
return (zend_object*)obj;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user