We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9153ad commit f91e420Copy full SHA for f91e420
root/etc/s6-overlay/s6-rc.d/init-php/run
@@ -7,7 +7,8 @@ if [[ ! -f /config/log/php/error.log ]]; then
7
fi
8
9
# set default timezone
10
-printf "date.timezone = %s\\n" "${TZ:-UTC}" >/etc/php83/conf.d/30_timezone.ini
+printf "[Date]\\ndate.timezone = %s\\n" "${TZ:-UTC}" >/etc/php/8.3/fpm/conf.d/30_timezone.ini
11
+printf "[Date]\\ndate.timezone = %s\\n" "${TZ:-UTC}" >/etc/php/8.3/cli/conf.d/30_timezone.ini
12
13
# create local php.ini if it doesn't exist, set local timezone
14
if [[ ! -f /config/php/php-local.ini ]]; then
0 commit comments