Skip to content

Commit

Permalink
update to php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlion committed Dec 29, 2022
1 parent e2e2c8c commit 563d7d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.0-apache

RUN apt-get update && apt-get install -y git zip unzip libzip-dev

Expand Down
3 changes: 0 additions & 3 deletions docker/web/php-base.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ date.timezone = "Asia/Tokyo"

[mbstring]
mbstring.language = Japanese
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = SJIS
mbstring.encoding_translation = Off
mbstring.detect_order = auto
mbstring.substitute_character = none;

0 comments on commit 563d7d4

Please sign in to comment.