Skip to content

Commit b432d8a

Browse files
committed
PHP80-83: update config of xdebug
1 parent 4edab68 commit b432d8a

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

php80/conf/php.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ disable_functions =
1010
date.timezone=Europe/Prague
1111

1212
; Xdebug
13-
xdebug.remote_enable=1
14-
xdebug.remote_port=9000
15-
xdebug.remote_handler=dbgp
16-
xdebug.profiler_enable=0
17-
xdebug.profiler_output_dir="/var/tmp"
13+
xdebug.mode=develop
14+
xdebug.start_with_request=trigger
15+
xdebug.idekey=PHPSTORM
1816

1917
; Errors
2018
display_errors=1

php81/conf/php.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ disable_functions =
1010
date.timezone=Europe/Prague
1111

1212
; Xdebug
13-
xdebug.remote_enable=1
14-
xdebug.remote_port=9000
15-
xdebug.remote_handler=dbgp
16-
xdebug.profiler_enable=0
17-
xdebug.profiler_output_dir="/var/tmp"
13+
xdebug.mode=develop
14+
xdebug.start_with_request=trigger
15+
xdebug.idekey=PHPSTORM
1816

1917
; Errors
2018
display_errors=1

php82/conf/php.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ disable_functions =
1010
date.timezone=Europe/Prague
1111

1212
; Xdebug
13-
xdebug.remote_enable=1
14-
xdebug.remote_port=9000
15-
xdebug.remote_handler=dbgp
16-
xdebug.profiler_enable=0
17-
xdebug.profiler_output_dir="/var/tmp"
13+
xdebug.mode=develop
14+
xdebug.start_with_request=trigger
15+
xdebug.idekey=PHPSTORM
1816

1917
; Errors
2018
display_errors=1

php83/conf/php.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ disable_functions =
1010
date.timezone=Europe/Prague
1111

1212
; Xdebug
13-
xdebug.remote_enable=1
14-
xdebug.remote_port=9000
15-
xdebug.remote_handler=dbgp
16-
xdebug.profiler_enable=0
17-
xdebug.profiler_output_dir="/var/tmp"
13+
xdebug.mode=develop
14+
xdebug.start_with_request=trigger
15+
xdebug.idekey=PHPSTORM
1816

1917
; Errors
2018
display_errors=1

0 commit comments

Comments
 (0)