php7.3 安装 yaconf 出现问题,找大神

下载的yaconf1-1.0.7 php7.3

./configure --with-php-config=xx

make时候出现错误

Users/guest/Downloads/yaconf-1.0.7/yaconf.c:90:15: error: expression is not assignable
        GC_FLAGS(ht) |= IS_ARRAY_IMMUTABLE;
        ~~~~~~~~~~~~ ^
/Users/guest/Downloads/yaconf-1.0.7/yaconf.c:91:15: error: expression is not assignable
        GC_FLAGS(ht) |= HASH_FLAG_STATIC_KEYS;
        ~~~~~~~~~~~~ ^
/Users/guest/Downloads/yaconf-1.0.7/yaconf.c:95:19: error: use of undeclared identifier 'HASH_FLAG_APPLY_PROTECTION'
        GC_FLAGS(ht) &= ~HASH_FLAG_APPLY_PROTECTION;
                         ^
/Users/guest/Downloads/yaconf-1.0.7/yaconf.c:98:18: error: expression is not assignable
        GC_REFCOUNT(ht) = 2;
        ~~~~~~~~~~~~~~~ ^
/Users/guest/Downloads/yaconf-1.0.7/yaconf.c:103:23: error: use of undeclared identifier 'IS_TYPE_COPYABLE'
        Z_TYPE_FLAGS_P(zv) = IS_TYPE_COPYABLE;
                             ^
/Users/guest/Downloads/yaconf-1.0.7/yaconf.c:149:16: error: expression is not assignable
        GC_FLAGS(key) |= IS_STR_INTERNED | IS_STR_PERMANENT;
        ~~~~~~~~~~~~~ ^
/Users/guest/Downloads/yaconf-1.0.7/yaconf.c:171:8: error: use of undeclared identifier 'IS_CONSTANT'
                case IS_CONSTANT:
                     ^

 

有大神知道是什么原因吗?

你可能感兴趣的:(问题)