diff --git a/8.2/s2i/bin/run b/8.2/s2i/bin/run index c701f523d..fb81c86e0 100755 --- a/8.2/s2i/bin/run +++ b/8.2/s2i/bin/run @@ -10,7 +10,6 @@ export DOCUMENTROOT=${DOCUMENTROOT:-/} export ERROR_REPORTING=${ERROR_REPORTING:-E_ALL & ~E_NOTICE} export DISPLAY_ERRORS=${DISPLAY_ERRORS:-ON} export DISPLAY_STARTUP_ERRORS=${DISPLAY_STARTUP_ERRORS:-OFF} -export TRACK_ERRORS=${TRACK_ERRORS:-OFF} export HTML_ERRORS=${HTML_ERRORS:-ON} export INCLUDE_PATH=${INCLUDE_PATH:-.:/opt/app-root/src:${PHP_DEFAULT_INCLUDE_PATH}} export PHP_MEMORY_LIMIT=${PHP_MEMORY_LIMIT:-128M}