Skip to content

Commit

Permalink
PHP80-83: update config of xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Nov 18, 2024
1 parent 4edab68 commit b432d8a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
8 changes: 3 additions & 5 deletions php80/conf/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ disable_functions =
date.timezone=Europe/Prague

; Xdebug
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/var/tmp"
xdebug.mode=develop
xdebug.start_with_request=trigger
xdebug.idekey=PHPSTORM

; Errors
display_errors=1
Expand Down
8 changes: 3 additions & 5 deletions php81/conf/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ disable_functions =
date.timezone=Europe/Prague

; Xdebug
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/var/tmp"
xdebug.mode=develop
xdebug.start_with_request=trigger
xdebug.idekey=PHPSTORM

; Errors
display_errors=1
Expand Down
8 changes: 3 additions & 5 deletions php82/conf/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ disable_functions =
date.timezone=Europe/Prague

; Xdebug
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/var/tmp"
xdebug.mode=develop
xdebug.start_with_request=trigger
xdebug.idekey=PHPSTORM

; Errors
display_errors=1
Expand Down
8 changes: 3 additions & 5 deletions php83/conf/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ disable_functions =
date.timezone=Europe/Prague

; Xdebug
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/var/tmp"
xdebug.mode=develop
xdebug.start_with_request=trigger
xdebug.idekey=PHPSTORM

; Errors
display_errors=1
Expand Down

0 comments on commit b432d8a

Please sign in to comment.