Added php ini config for docker image

This commit is contained in:
Alejandro Celaya
2019-12-18 14:54:48 +01:00
parent 0152f6fa1a
commit 0747137679
2 changed files with 5 additions and 1 deletions

3
docker/config/php.ini Normal file
View File

@@ -0,0 +1,3 @@
log_errors_max_len=0
zend.assertions=1
assert.exception=1