- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2023-2-15 16:23:56
|
显示全部楼层
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c: In function ‘zend_fetch_static_property_address_ex’:
/lnmp1.9/src/php-7.4.30/Zend/zend_types.h:524:38: warning: ‘tmp_name’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define GC_FLAGS(p) zval_gc_flags(GC_TYPE_INFO(p))
^
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:2999:22: note: ‘tmp_name’ was declared here
zend_string *name, *tmp_name;
^
In file included from /lnmp1.9/src/php-7.4.30/Zend/zend.h:36:0,
from /lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:26:
/lnmp1.9/src/php-7.4.30/Zend/zend_variables.h:32:57: warning: ‘free_op1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
static zend_always_inline void zval_ptr_dtor_nogc(zval *zval_ptr)
^
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:2998:15: note: ‘free_op1’ was declared here
zend_free_op free_op1;
^
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c: In function ‘zend_verify_ref_assignable_zval’:
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:3231:42: warning: ‘seen_type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
} else if (needs_coercion && seen_type != ZEND_TYPE_CODE(prop->type)) {
^
cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
安装过程中内存不够用导致的 |
|