Disable errors reporting in output
This commit is contained in:
parent
37de20f791
commit
00609bedd0
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ RUN unzip -d /usr/src /tmp/dolibarr-7.0.0.zip \
|
|||
|
||||
ADD php-uploads.ini /usr/local/etc/php/conf.d/glenux-uploads.ini
|
||||
ADD php-performance.ini /usr/local/etc/php/conf.d/glenux-performance.ini
|
||||
ADD php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini
|
||||
|
||||
RUN sed \
|
||||
-i 's|/var/www/html|/var/www/html/htdocs|' \
|
||||
|
|
1
php-errors.ini
Normal file
1
php-errors.ini
Normal file
|
@ -0,0 +1 @@
|
|||
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
Loading…
Reference in a new issue