File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ENV ASUSER= \
44 UID= \
55 COMPOSER_ALLOW_SUPERUSER=1 \
66 COMPOSER_MEMORY_LIMIT=-1 \
7+ PHP_DATE_TIMEZONE=UTC \
78 PHP_MEMORY_LIMIT=256M \
89 PHP_MAX_INPUT_VARS=1000 \
910 PHP_UPLOAD_MAX_FILESIZE=25M \
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
2222; Note: This directive is hardcoded to 0 for the CLI SAPI
2323max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}
2424
25+ ; Default timezone used by all date/time functions.
26+ ; https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
27+ date.timezone = {{ .Env.PHP_DATE_TIMEZONE }}
28+
2529
2630[opcache]
2731
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ ENV ASUSER= \
55 COMPOSER_ALLOW_SUPERUSER=1 \
66 COMPOSER_MEMORY_LIMIT=-1 \
77 ENABLE_XDEBUG=false \
8+ PHP_DATE_TIMEZONE=UTC \
89 PHP_MEMORY_LIMIT=256M \
910 PHP_MAX_INPUT_VARS=1000 \
1011 PHP_UPLOAD_MAX_FILESIZE=25M \
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
2222; Note: This directive is hardcoded to 0 for the CLI SAPI
2323max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}
2424
25+ ; Default timezone used by all date/time functions.
26+ ; https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
27+ date.timezone = {{ .Env.PHP_DATE_TIMEZONE }}
28+
2529
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ENV ASUSER= \
44 UID= \
55 COMPOSER_ALLOW_SUPERUSER=1 \
66 COMPOSER_MEMORY_LIMIT=-1 \
7+ PHP_DATE_TIMEZONE=UTC \
78 PHP_MEMORY_LIMIT=256M \
89 PHP_MAX_INPUT_VARS=1000 \
910 PHP_UPLOAD_MAX_FILESIZE=25M \
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
2222; Note: This directive is hardcoded to 0 for the CLI SAPI
2323max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}
2424
25+ ; Default timezone used by all date/time functions.
26+ ; https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
27+ date.timezone = {{ .Env.PHP_DATE_TIMEZONE }}
28+
2529
2630[opcache]
2731
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ ENV ASUSER= \
55 COMPOSER_ALLOW_SUPERUSER=1 \
66 COMPOSER_MEMORY_LIMIT=-1 \
77 ENABLE_XDEBUG=false \
8+ PHP_DATE_TIMEZONE=UTC \
89 PHP_MEMORY_LIMIT=256M \
910 PHP_MAX_INPUT_VARS=1000 \
1011 PHP_UPLOAD_MAX_FILESIZE=25M \
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
2222; Note: This directive is hardcoded to 0 for the CLI SAPI
2323max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}
2424
25+ ; Default timezone used by all date/time functions.
26+ ; https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
27+ date.timezone = {{ .Env.PHP_DATE_TIMEZONE }}
28+
2529
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ENV ASUSER= \
44 UID= \
55 COMPOSER_ALLOW_SUPERUSER=1 \
66 COMPOSER_MEMORY_LIMIT=-1 \
7+ PHP_DATE_TIMEZONE=UTC \
78 PHP_MEMORY_LIMIT=256M \
89 PHP_MAX_INPUT_VARS=1000 \
910 PHP_UPLOAD_MAX_FILESIZE=25M \
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
2222; Note: This directive is hardcoded to 0 for the CLI SAPI
2323max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}
2424
25+ ; Default timezone used by all date/time functions.
26+ ; https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
27+ date.timezone = {{ .Env.PHP_DATE_TIMEZONE }}
28+
2529
2630[opcache]
2731
You can’t perform that action at this time.
0 commit comments