Closed Jan-E closed 6 years ago
I haven't yet looked into PHP 7.3 compatibility. Would you like to work on this issue, or do you just want to point out there's work to be done?
For the moment, I just wanted to point out the issue.
See discussions https://github.com/phpv8/v8js/pull/363 and https://github.com/phpv8/v8js/pull/364
PHP 7.3 has some internal changes.
The ZEND_HASH macros are removed: https://github.com/php/php-src/blob/master/UPGRADING.INTERNALS#L55
zend_fcall_info_cache.initialized is removed. zend_fcall_info_cache is initialized if zend_fcall_info_cache.function_handler is set. https://github.com/php/php-src/blob/master/UPGRADING.INTERNALS#L103
Due to these changes I am getting the following errors on Windows: