Closed john-n-smith closed 7 years ago
I would probably say this is the responsibility of each repository to define their php configuration. Willing to change my mind though.
@h-bragg, it seems good practice to me to write code that does not create any errors in PHP. Maybe this is something we could add to graze/standards
, before enforcing here.
Yeah, probably.
Maybe we could do it differently:
/etc/php/conf.d/
directory with just this setting in it. Then this file can be modified by each repository and its there...I like the second option (i think stats does this now w/ dev and production)
That was my suggestion in the PR description 😄 I'll do that and suggest it as a standard.
@h-bragg, are you down with this change? Would it be a better idea add a
php.ini
file to the repo and mount it?