Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP configuration improvements for docker images #557

Closed
acelaya opened this issue Nov 25, 2019 · 0 comments · Fixed by #581
Closed

PHP configuration improvements for docker images #557

acelaya opened this issue Nov 25, 2019 · 0 comments · Fixed by #581
Milestone

Comments

@acelaya
Copy link
Member

acelaya commented Nov 25, 2019

For development docker images, add these config options:

display_errors=On
error_reporting=-1
log_errors_max_len=0
zend.assertions=1
assert.exception=1
memory_limit=-1

And for production, add these:

log_errors_max_len=0
zend.assertions=1
assert.exception=1
@acelaya acelaya added this to the 1.21.0 milestone Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant