Skip to content

Commit 6958f15

Browse files
committed
Fix regression in 2.0.4 affecting Xdebug 2
1 parent 7570082 commit 6958f15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/XdebugHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ private static function setXdebugDetails()
723723
// See if xdebug.mode is supported in this version
724724
$iniMode = ini_get('xdebug.mode');
725725
if ($iniMode === false) {
726+
self::$xdebugActive = true;
726727
return;
727728
}
728729

0 commit comments

Comments
 (0)