Skip to content

Commit 65ef11b

Browse files
committed
fix: correção para 'core dumped'
================> EXTRAS <================ > Branch name: main
1 parent c339278 commit 65ef11b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

7.4/config-files/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ xdebug.discover_client_host=1
1414
xdebug.client_host=host.docker.internal
1515
xdebug.start_with_request=yes
1616
xdebug.profiler_enabled=1
17-
xdebug.output_dir=
17+
xdebug.output_dir=/tmp
1818
xdebug.cli_color=1
1919
xdebug.force_display_errors=1
2020
xdebug.log=/config/xdebug/xdebug.log

8.1/config-files/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ xdebug.discover_client_host=1
1414
xdebug.client_host=host.docker.internal
1515
xdebug.start_with_request=yes
1616
xdebug.profiler_enabled=1
17-
xdebug.output_dir=
17+
xdebug.output_dir=/tmp
1818
xdebug.cli_color=1
1919
xdebug.force_display_errors=1
2020
xdebug.log=/config/xdebug/xdebug.log

8.2/config-files/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ xdebug.discover_client_host=1
1414
xdebug.client_host=host.docker.internal
1515
xdebug.start_with_request=yes
1616
xdebug.profiler_enabled=1
17-
xdebug.output_dir=
17+
xdebug.output_dir=/tmp
1818
xdebug.cli_color=1
1919
xdebug.force_display_errors=1
2020
xdebug.log=/config/xdebug/xdebug.log

0 commit comments

Comments
 (0)