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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC