Skip to content

Commit 75d2b5c

Browse files
committed
Fixed regression in 3.0.1 affecting Xdebug 2
1 parent 2bc5bed commit 75d2b5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/XdebugHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ private static function setXdebugDetails(): void
646646
// See if xdebug.mode is supported in this version
647647
$iniMode = ini_get('xdebug.mode');
648648
if ($iniMode === false) {
649+
self::$xdebugActive = true;
649650
return;
650651
}
651652

0 commit comments

Comments
 (0)