gpt4 book ai didi

php - 为什么 opcache 没有被刷新?

转载 作者:行者123 更新时间:2023-12-04 15:12:07 24 4
gpt4 key购买 nike

我在 Laravel 8 中使用 guzzlehttp/guzzle 包。升级到 PHP 8 后,我得到:

Symfony\Component\ErrorHandler\Error\FatalError: Invalid opcode 117/2/0. in file ../vendor/defuse/php-encryption/src/Core.php on line 412

nginx 配置:

server {
listen 80;
root /var/www/finex_production/public/;

index index.php;
server_name ff.loc;

location / {
try_files $uri $uri/ /index.php?$query_string;
}

location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.0-fpm.sock;
}

client_max_body_size 256M;
fastcgi_read_timeout 900;
}

PHP 7.4 已删除

如果我之前调用opcache_reset ();,我不会出错。

最佳答案

我通过在 php.ini 中临时设置 opcache.optimization_level=0 来修复它。

还是根据this post ,这是一个已知错误,应该在 PHP 8.0.1

中修复

关于php - 为什么 opcache 没有被刷新?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65034752/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com