akondas / ansible-role-php7

Ansible Role - PHP 7
https://galaxy.ansible.com/itcraftsmanpl/php7/
MIT License
40 stars 45 forks source link

Disabled `allow_url_fopen` #12

Closed sadovnik closed 7 years ago

sadovnik commented 7 years ago

What's the reason of disabling allow_url_fopen?

Could we make this optional?

akondas commented 7 years ago

It is for better security. We can make this line to be configureable. You can make a PR.

sadovnik commented 7 years ago

Thanks for the answer!

Check out my PR.