php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74532 opcache.file_cache invalid
Submitted: 2017-05-03 07:54 UTC Modified: -
From: kiej at qq dot com Assigned:
Status: Open Package: opcache
PHP Version: 7.1.4 OS: Linux CentOS
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kiej at qq dot com
New email:
PHP Version: OS:

 

 [2017-05-03 07:54 UTC] kiej at qq dot com
Description:
------------
php.ini:
Add: opcache.file_cache=/ssd/cache/php7

/ssd/cache/php7/*/ssd/chroot Can't find the cache file

Test script:
---------------
php.ini:
Add: opcache.file_cache=/ssd/cache/php7

php-fpm.d/chroot.conf:
[chroot]
user = www
listen = var/sock/chroot.sock
listen.owner = nginx
listen.mode = 0600

pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3

chroot = /ssd/chroot

/ssd/cache/php7/*/ssd/chroot Can't find the cache file


Patches

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 19:01:29 2024 UTC