php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78687 --disable-all don't imply --disable-opcache-jit
Submitted: 2019-10-18 11:16 UTC Modified: 2019-10-18 12:09 UTC
From: bugreports@php.net Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: master-Git-2019-10-18 (Git) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 - 32 = ?
Subscribe to this entry?

 
 [2019-10-18 11:16 UTC] bugreports@php.net
Description:
------------
while playing around with master and jit and turning out that it don't really work for my codebase at the moment (https://bugs.php.net/bug.php?id=78682) i also noticed that --disable-all don't imply --disable-opcache-jit

in other word --disable-all without --disable-opcache-jit and that two lines in the ini still triggers https://bugs.php.net/bug.php?id=78682 and --disable-all *really* means disable anthing which is not enbaled afterwards in configure

opcache.jit_buffer_size = 50000000 
opcache.jit = 1235


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-18 12:09 UTC] nikic@php.net
-Status: Open +Status: Not a bug
 [2019-10-18 12:09 UTC] nikic@php.net
./configure --help

  --disable-all           Disable all extensions which are enabled by default

opcache-jit is not an extension, ergo it is not controlled by this flag. Same as SAPIs and other feature flags are not controlled by it, etc.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC