summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorAlex Scott <alex@cgi-central.net>2019-06-11 18:31:07 +0400
committerNikita Popov <nikita.ppv@gmail.com>2019-07-02 12:25:50 +0200
commita4acff3e21778e8d1f635cf74611b1c13de5ee2a (patch)
tree9d7faba1218604cd118d0ca18a5f375146e36049 /TSRM
parent57688ad7bff7e769078d1e670a65853635d31a71 (diff)
downloadphp-git-a4acff3e21778e8d1f635cf74611b1c13de5ee2a.tar.gz
Fix bug #78138: opcache.validate_permission incorrectly works with PHAR files
opcache incorrectly handles PHAR files when opcache.validate_permission option enabled, because it calls access("phar://path-to/file.phar/path/inside.php", R_OK); rather than access("path-to/file.phar", R_OK)
Diffstat (limited to 'TSRM')
0 files changed, 0 insertions, 0 deletions