针对您遇到的“cannot load xdebug - it was already loaded”问题,我将按照您提供的提示逐步解答,并尽量包含可能需要的说明和示例。 1. 确认xdebug是否已经加载 首先,您需要确认xdebug是否已经在您的PHP环境中加载。这通常可以通过几种方式检查: 查看phpinfo()输出: 您可以在您的PHP脚本中调用phpinfo()函数,并搜索...
I've only tested against chialab/php-dev:7.4 php --ini reports two different files trying to load xdebug, xdebug.ini and docker-php-ext-xdebug.ini, so these error is appearing in various output. Can one of these references be removed? It...
;xdebug.dump.SERVER = "";xdebug.dump.SESSION = "";xdebug.dump_globals = 1;xdebug.dump_once = 1;xdebug.dump_undefined = 0 xdebug.extended_info = 0;xdebug.file_link_format = "";xdebug.manual_url = "http://www.php.net";xdebug.max_nesting_level = 100...