【发布时间】:2021-01-27 02:34:03
【问题描述】:
尝试从源代码编译 php 8.0.1 时出现构建错误。 配置命令是:
configure --prefix=/home/abc/ins/php8/ --with-apxs2=/home/abc/ins/apache/bin/apxs
错误如下:
/home/abc/Downloads/php-8.0.1/ext/opcache/jit/zend_jit_x86.dasc: In function ‘zend_jit_interrupt_handler_stub’:
/home/abc/Downloads/php-8.0.1/ext/opcache/jit/zend_jit_x86.dasc:1745:25:
error: ‘executor_globals’ undeclared (first use in this function);
did you mean ‘executor_globals_id’?
你知道怎么解决吗?
【问题讨论】:
标签: php compilation