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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Apr 25 22:01:29 2024 UTC