Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Bug #78138 - opcache.validate_permission incorrectly handles PHAR #4252

Closed
wants to merge 3 commits into from

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