Skip to content

Commit c4a5b7f

Browse files
author
Hans Höchtl
committed
additional XDEBUG env flags
Resolves #351
1 parent 9e7b88a commit c4a5b7f

File tree

83 files changed

+168
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+168
-0
lines changed

docker/php-apache-dev/5.6/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.0/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.1-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.1/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.2-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.2/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.3-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.3/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.4-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/7.4/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/centos-7-php56/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/centos-7-php7/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/centos-7/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/debian-10/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/debian-7/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/debian-8-php7/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/debian-8/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/debian-9/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-12.04/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-14.04/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-15.04/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-15.10/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-16.04/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-16.10/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-17.04/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-17.10/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-apache-dev/ubuntu-18.04/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/5.6/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.0/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.1-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.1/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.2-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.2/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.3-alpine/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

docker/php-dev/7.3/conf/provision/entrypoint.d/10-php-debugger.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ phpEnvironmentVariable "xdebug.remote_connect_back" "XDEBUG_REMOTE_CONNECT_BACK"
9393
phpEnvironmentVariable "xdebug.remote_autostart" "XDEBUG_REMOTE_AUTOSTART"
9494
phpEnvironmentVariable "xdebug.remote_host" "XDEBUG_REMOTE_HOST"
9595
phpEnvironmentVariable "xdebug.remote_port" "XDEBUG_REMOTE_PORT"
96+
phpEnvironmentVariable "xdebug.max_nesting_level" "XDEBUG_MAX_NESTING_LEVEL"
97+
phpEnvironmentVariable "xdebug.idekey" "XDEBUG_IDE_KEY"
9698

9799
# profiler
98100
phpEnvironmentVariable "xdebug.profiler_enable" "XDEBUG_PROFILER_ENABLE"

0 commit comments

Comments
 (0)