From b432d8a6e680f05b31e8f0ed460c3d13b77ea94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Mon, 18 Nov 2024 16:50:23 +0100 Subject: [PATCH] PHP80-83: update config of xdebug --- php80/conf/php.ini | 8 +++----- php81/conf/php.ini | 8 +++----- php82/conf/php.ini | 8 +++----- php83/conf/php.ini | 8 +++----- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/php80/conf/php.ini b/php80/conf/php.ini index 60d2235..498e60b 100644 --- a/php80/conf/php.ini +++ b/php80/conf/php.ini @@ -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 diff --git a/php81/conf/php.ini b/php81/conf/php.ini index 60d2235..498e60b 100644 --- a/php81/conf/php.ini +++ b/php81/conf/php.ini @@ -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 diff --git a/php82/conf/php.ini b/php82/conf/php.ini index 60d2235..498e60b 100644 --- a/php82/conf/php.ini +++ b/php82/conf/php.ini @@ -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 diff --git a/php83/conf/php.ini b/php83/conf/php.ini index 60d2235..498e60b 100644 --- a/php83/conf/php.ini +++ b/php83/conf/php.ini @@ -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