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: 2021-09-19 04:22 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
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 Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or 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

Add a Patch

Pull Requests

Add a Pull Request

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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC