Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
docker
PHP
Commits
3f2198f9
Commit
3f2198f9
authored
Dec 01, 2020
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no more hash in php8
parent
27735b86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
dist/8.0/cli/Dockerfile
dist/8.0/cli/Dockerfile
+0
-1
dist/8.0/fpm/Dockerfile
dist/8.0/fpm/Dockerfile
+0
-1
templates/Dockerfile-cli.twig
templates/Dockerfile-cli.twig
+1
-1
No files found.
dist/8.0/cli/Dockerfile
View file @
3f2198f9
...
...
@@ -57,7 +57,6 @@ RUN set -xe \
xsl \
intl \
mbstring \
hash \
curl \
simplexml \
soap \
...
...
dist/8.0/fpm/Dockerfile
View file @
3f2198f9
...
...
@@ -57,7 +57,6 @@ RUN set -xe \
xsl \
intl \
mbstring \
hash \
curl \
simplexml \
soap \
...
...
templates/Dockerfile-cli.twig
View file @
3f2198f9
...
...
@@ -77,7 +77,7 @@ RUN set -xe \
json \
{%
endif
%}
mbstring \
{%
if
not
isPHP74
%}
{# hash is in core now #}
{%
if
not
isPHP74
and
not
isPHP80
%}
{# hash is in core now #}
hash \
{%
endif
%}
curl \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment