Skip to content

Commit 2c59d55

Browse files
author
James Nesbitt
committed
Merge branch 'master' into fixsomebuilds
2 parents cfe3e6a + 4ac9a03 commit 2c59d55

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

lampstackplus/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ ADD etc/php-fpm.conf /etc/php-fpm.conf
9797
ADD etc/php-fpm.d/www.conf /etc/php-fpm.d/www.conf
9898

9999
# Add some php extension configuraiton overrides
100+
ADD etc/php.d/01-defaultdatetime.ini /etc/php.d/01-defaultdatetime.ini
100101
ADD etc/php.d/40-apcu.ini /etc/php.d/40-apcu.ini
101102

102103
# Start the PHP-FPM service, and expose the 9000 port for TCP connections
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Date]
2+
3+
; Defines the default timezone used by the date functions
4+
; http://php.net/date.timezone
5+
date.timezone = "UTC"

php56fpm/etc/php-fpm.d/www.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pm.max_spare_servers = 35
153153
; The log file for slow requests
154154
; Default Value: not set
155155
; Note: slowlog is mandatory if request_slowlog_timeout is set
156-
slowlog = /var/log/php-fpm/www-slow.log
156+
slowlog = /app/log/php-fpm/www-slow.log
157157

158158
; Set open file descriptor rlimit.
159159
; Default Value: system defined value

php56fpm/etc/php.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ cli_server.color = On
892892
; Defines the default timezone used by the date functions
893893
; http://php.net/date.timezone
894894
;date.timezone =
895-
date.timezone = "UTC"
896895

897896
; http://php.net/date.default-latitude
898897
;date.default_latitude = 31.7667

platformsh/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ ENV PLATFORMSH_CLI_DISABLE_CACHE=0
6464
ENTRYPOINT ["/app/.composer/vendor/bin/platform"]
6565
CMD ["--shell"]
6666

67-
### /PLATFORMSH ---------------------------------------------------------------
67+
### /PLATFORMSH ---------------------------------------------------------------

0 commit comments

Comments
 (0)