Skip to content

Commit

Permalink
Merge pull request #313 from dpc-sdp/feature/DDS-1476-enable-xdebug-p…
Browse files Browse the repository at this point in the history
…rofiling

Update xdebug modes when xdebug is enabled
  • Loading branch information
anthony-malkoun authored Oct 3, 2024
2 parents 77ec740 + 3998ea8 commit 7cba530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/php/01-bay.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7cba530

Please sign in to comment.