liip / drifter

Drifter is a framework to help provision developer boxes using Ansible and Vagrant
https://liip-drifter.readthedocs.io/
Do What The F*ck You Want To Public License
57 stars 28 forks source link

Use php-dev.ini file for any PHP version #274

Open rhea-astons opened 5 years ago

rhea-astons commented 5 years ago

The php.ini template was only used if php_version < 7.0 or os != debian. That doesn't make sense as a few variables having effect on it don't relate to any of those conditions. Also, I need some of those (like php_upload_max_filesize) in our Moodle projects (using Debian and PHP >= 7.0). Therefore I propose to include it by default in the PHP role.