From: Dmitry Stogov Date: Fri, 12 Mar 2021 18:50:26 +0000 (+0300) Subject: Fixed compilation warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe3dbe52944af66a61281987147c2c1d2ca59afe;p=php Fixed compilation warning --- diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 676ab0368c..c4e67c1e3e 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -2623,6 +2623,7 @@ ZEND_API zend_class_entry *zend_do_link_class(zend_class_entry *ce, zend_string zval *zv; ALLOCA_FLAG(use_heap) + SET_ALLOCA_FLAG(use_heap); ZEND_ASSERT(!(ce->ce_flags & ZEND_ACC_LINKED)); if (ce->parent_name) {