You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using opcache.validate_root=1, same paths across different chroot are listed as one file only. There should be multiple keys.
Prefix is hashed using the inode number, which is working fine (so it's not a collision bug!):
Description
The following code:
Resulted in this output:
But I expected this output instead:
When using
opcache.validate_root=1
, same paths across different chroot are listed as one file only. There should be multiple keys.Prefix is hashed using the inode number, which is working fine (so it's not a collision bug!):
php-src/ext/opcache/ZendAccelerator.c
Line 2673 in 7f91462
Also the https://github.com/amnuts/opcache-gui/ doesn't work on invalidating those specific files. Don't know if it's related, but it's possible.
PHP Version
Operating System
Debian 12
The text was updated successfully, but these errors were encountered: