JarJarBernie / jimmybox

Web developer box with multiple PHP Versions
42 stars 15 forks source link

Single php.ini for all versions to override some settings #8

Open soulmare opened 2 years ago

soulmare commented 2 years ago

Hi Is there a way to make defaults for php.ini for all PHP versions in single file? For example, I want to have "display_errors = Off" and I don't like to modify all 8 php.ini files, it would be better to have a single file overriding some defaults for all versions.

JarJarBernie commented 2 years ago

Hi @soulmare! In our current release there is no such option. But I think this is a good idea, we will keep this in mind for a future version! ;-)

Cheers, Bernhard