|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-11-27 11:35 UTC] nikic@php.net
-Status: Open
+Status: Duplicate
-Type: Security
+Type: Bug
[2020-11-27 11:35 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
Description: ------------ My CPU does not support AVX instructions. Unable to disable the use of the AVX command when generating JIT to generate machine code. [opcache] zend_extension = opcache.so opcache.enable = 1 opcache.enable_cli = 1 opcache.validate_timestamps = 1 ; opcache.save_comments = 1 opcache.revalidate_freq = 15 opcache.max_accelerated_files = 1024 opcache.memory_consumption = 64 opcache.interned_strings_buffer = 8 opcache.jit = 0205 opcache.jit_buffer_size = 64M Actual result: -------------- PHP Warning: Invalid "opcache.jit" setting. Should be "disable", "on", "off" or 4-digit number in Unknown on line 0 PHP 8.0.0 (cli) (built: Nov 27 2020 08:51:50) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies with Zend OPcache v8.0.0, Copyright (c), by Zend Technologies