php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80655 executor_globals undeclared
Submitted: 2021-01-22 03:11 UTC Modified: 2024-07-21 14:25 UTC
Votes:3
Avg. Score:3.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:0 (0.0%)
From: wykevin at 163 dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 8.0.1 OS: Ubuntu
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wykevin at 163 dot com
New email:
PHP Version: OS:

 

 [2021-01-22 03:11 UTC] wykevin at 163 dot com
Description:
------------
config command: 
configure --prefix=/home/abc/ins/php8/ --with-apxs2=/home/abc/ins/apache/bin/apxs

build error:

/home/wy/Downloads/php-8.0.1/ext/opcache/jit/zend_jit_x86.dasc: In function ‘zend_jit_interrupt_handler_stub’:
/home/wy/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’?
 1745 |  | //if (EG(timed_out)) {
      |                         ^  


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-09-06 16:14 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-09-06 16:14 UTC] cmb@php.net
Is this still an issue with PHP 8.0.10?
 [2021-09-19 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2024-06-04 19:04 UTC] fabiola dot adams at us dot ibm dot com
I'm having the same issue with PHP 8.3.7

In file included from /dokuwiki_prereq/php-8.3.7/ext/opcache/jit/zend_jit.c:796:
/dokuwiki_prereq/php-8.3.7/ext/opcache/jit/zend_jit_x86.dasc: In function ‘zend_jit_interrupt_handler_stub’:
/dokuwiki_prereq/php-8.3.7/ext/opcache/jit/zend_jit_x86.dasc:1717:25: error: ‘executor_globals’ undeclared (first use in this function); did you mean ‘executor_globals_id’?
  | //if (EG(timed_out)) {
                         ^               
/dokuwiki_prereq/php-8.3.7/ext/opcache/jit/zend_jit_x86.dasc:153:44: note: in definition of macro ‘IS_SIGNED_32BIT’
 #define IS_SIGNED_32BIT(val) ((((intptr_t)(val)) <= 0x7fffffff) && (((intptr_t)(val)) >= (-2147483647 - 1)))
                                            ^~~
/dokuwiki_prereq/php-8.3.7/ext/opcache/jit/zend_jit_x86.dasc:1717:25: note: each undeclared identifier is reported only once for each function it appears in
  | //if (EG(timed_out)) {

running the configure script with:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pdo-mysql
 [2024-07-21 14:25 UTC] cmb@php.net
Please file a new ticket at <https://github.com/php/php-src/issues>
(if not already done).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC