Skip to content

Commit

Permalink
Cut ERROR_REPORTING
Browse files Browse the repository at this point in the history
Signed-off-by: Zabielski, Kamil <[email protected]>
  • Loading branch information
Zabielski, Kamil committed Nov 16, 2017
1 parent 1756f7e commit d7b3bc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -e
# Change ownership for apache happiness
chown -R www-data:www-data "${APACHE_DOCROOT}"

PHP_ERROR_REPORTING=${PHP_ERROR_REPORTING:-"E_ALL & ~E_DEPRECATED & ~E_NOTICE"}
echo "error_reporting = $PHP_ERROR_REPORTING" >> /usr/local/lib/php.ini

if [[ -n "$BEANSTALKD_HOST" ]]; then

if [[ -z "$BEANSTALKD_PORT" ]]; then
Expand Down

0 comments on commit d7b3bc0

Please sign in to comment.