Skip to content

Conversation

alex-scott
Copy link
Contributor

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);

…th 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);
@krakjoe krakjoe added the Bug label Jun 17, 2019
@nikic
Copy link
Member

nikic commented Jul 2, 2019

Merged as a4acff3 into 7.2+. Thanks!

@nikic nikic closed this Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants