Problem/Motivation
We support ini settings in PHP 5, but not in PHP 7.
We should add a <IfModule mod_php7.c>
to .htaccess where users can set default values for PHP 7.
Proposed resolution
Update .htaccess with the default PHP 7 settings that cannot be set at runtime.