Avoid loading xdebug platform package twice, fixes #5995
parent
c5dcedd0db
commit
8764876cad
|
@ -122,7 +122,7 @@ class PlatformRepository extends ArrayRepository
|
|||
}
|
||||
|
||||
// Check for xdebug in a restarted process
|
||||
if ($prettyVersion = strval(getenv(XdebugHandler::ENV_VERSION))) {
|
||||
if (!in_array('xdebug', $loadedExtensions, true) && ($prettyVersion = strval(getenv(XdebugHandler::ENV_VERSION)))) {
|
||||
$this->addExtension($versionParser, 'xdebug', $prettyVersion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue