msgpack / msgpack-php

msgpack.org[PHP]
BSD 3-Clause "New" or "Revised" License
773 stars 119 forks source link

error: no member named 'initialized' in 'struct _zend_fcall_info_cache' #131

Closed DarthPestilane closed 4 years ago

DarthPestilane commented 5 years ago

make failed when compiling from source code:

/Users/barbie/codes/php-ext-source/msgpack-php/msgpack_convert.c:303:13: error: no member named 'initialized' in 'struct _zend_fcall_info_cache'
        fcc.initialized = 1;
        ~~~ ^

php version:

PHP 7.3.0 (cli) (built: Dec  7 2018 11:00:11) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.0, Copyright (c) 1999-2018, by Zend Technologies
Jan-E commented 5 years ago

Fixed in https://github.com/msgpack/msgpack-php/pull/124 https://github.com/msgpack/msgpack-php/pull/124/files#diff-614905bdf3f697ee0f1bcd107be14b8eL302