From 3998ea8bda44764d3df9e40227e4d33d4e8c01f2 Mon Sep 17 00:00:00 2001 From: Anthony Malkoun Date: Tue, 24 Sep 2024 17:26:34 +1000 Subject: [PATCH] Update xdebug modes when xdebug is enabled --- images/php/01-bay.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/php/01-bay.ini b/images/php/01-bay.ini index 0df35502e..1b4f382e1 100644 --- a/images/php/01-bay.ini +++ b/images/php/01-bay.ini @@ -17,3 +17,6 @@ session.sid_length = ${BAY_SESSION_SID_LEN} session.sid_bits_per_character = ${BAY_SESSION_SID_BITS} disable_functions = ${BAY_DISABLE_FUNCTIONS} + +[xdebug] +xdebug.mode = debug,profile