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 PHP 7.0 allow_url_include default setting #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

m-z-b
Copy link

@m-z-b m-z-b commented Jul 23, 2019

Currently the default php.ini file is replaced by a new php.ini file, but the location for the file is PHP version specific and incorrect with PHP 7.0 (and presumably PHP 6.0). The copied file may also lack settings required by newer versions of PHP.

This fix edits the default php.ini file for the current installed PHP version to allow the file inclusion vulnerability to work with remote URLs, rather than overwriting the entire php.ini file.

@MillsapCyber
Copy link

@opsxcq why hasn't this been merged yet? It was added like 6 months ago....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants