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
54a1dc0a
Commit
54a1dc0a
authored
Dec 02, 2020
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
533affd5
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
15 deletions
+15
-15
dist/7.1/cli-xdebug/Dockerfile
dist/7.1/cli-xdebug/Dockerfile
+1
-1
dist/7.1/fpm-xdebug/Dockerfile
dist/7.1/fpm-xdebug/Dockerfile
+1
-1
dist/7.2/cli-xdebug/Dockerfile
dist/7.2/cli-xdebug/Dockerfile
+1
-1
dist/7.2/fpm-xdebug/Dockerfile
dist/7.2/fpm-xdebug/Dockerfile
+1
-1
dist/7.3/cli-xdebug/Dockerfile
dist/7.3/cli-xdebug/Dockerfile
+1
-1
dist/7.3/fpm-xdebug/Dockerfile
dist/7.3/fpm-xdebug/Dockerfile
+1
-1
dist/7.4/cli-xdebug/Dockerfile
dist/7.4/cli-xdebug/Dockerfile
+1
-1
dist/7.4/fpm-xdebug/Dockerfile
dist/7.4/fpm-xdebug/Dockerfile
+1
-1
dist/8.0/cli-xdebug/Dockerfile
dist/8.0/cli-xdebug/Dockerfile
+2
-2
dist/8.0/fpm-xdebug/Dockerfile
dist/8.0/fpm-xdebug/Dockerfile
+2
-2
templates/Dockerfile-xdebug.twig
templates/Dockerfile-xdebug.twig
+3
-3
No files found.
dist/7.1/cli-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.1/fpm-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.2/cli-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.2/fpm-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.3/cli-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.3/fpm-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.4/cli-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/7.4/fpm-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.default_enable
=
0"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_enable=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.remote_connect_back=1"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
...
...
dist/8.0/cli-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.mode
=
debug"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
.
ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.mode
=
debug"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
dist/8.0/fpm-xdebug/Dockerfile
View file @
54a1dc0a
...
...
@@ -18,7 +18,7 @@ RUN set -xe \
&&
echo
"error_reporting = E_ALL"
>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_startup_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"display_errors = On"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.mode
=
debug"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
.
ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.mode
=
debug"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo
"xdebug.idekey=
\"
PHPSTORM
\"
"
>>
/usr/local/etc/php/conf.d/custom-xdebug.ini
templates/Dockerfile-xdebug.twig
View file @
54a1dc0a
...
...
@@ -19,14 +19,14 @@ RUN set -xe \
&&
echo "display_startup_errors = On" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "display_errors = On" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
{%
if
not
isPHP80
%}
&&
echo "xdebug.default_enable
=
0" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "xdebug.default_enable
=
0" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "xdebug.remote_enable=1" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "xdebug.remote_connect_back=1" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "xdebug.idekey=\"PHPSTORM\"" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "xdebug.remote_port=9000" >> /usr/local/etc/php/conf.d/custom-xdebug.ini
{%
else
%}
&&
echo "xdebug.mode
=
debug" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
.ini \
&&
echo "xdebug.idekey=\"PHPSTORM\"" >> /usr/local/etc/php/conf.d/custom-xdebug.ini
\
&&
echo "xdebug.mode
=
debug" >> /usr/local/etc/php/conf.d/custom-xdebug.ini \
&&
echo "xdebug.idekey=\"PHPSTORM\"" >> /usr/local/etc/php/conf.d/custom-xdebug.ini
{%
endif
%}
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