gpt4 book ai didi

linux - XDebug 已安装但未显示在 phpinfo() 中

转载 作者:太空狗 更新时间:2023-10-29 12:39:31 26 4
gpt4 key购买 nike

我想打印 phpinfo() 函数以查看是否安装了某些模块:

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

命令的结果:

php -m | grep -i xdebug
xdebug
Xdebug

php -v
PHP 5.6.37 (cli) (built: Sep 9 2018 15:55:18)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Xdebug v2.5.5, Copyright (c) 2002-2017, by Derick Rethans
with Suhosin v0.9.38, Copyright (c) 2007-2015, by SektionEins GmbH

更新

我添加了以下扩展和 xdebugger 参数:(/usr/local/php56/lib/php.ini)

[Zend]
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.6.so
zend_extension_ts=/usr/local/lib/ioncube/ioncube_loader_lin_5.6_ts.so
zend_extension=/usr/local/lsws/lsphp5/lib/php/modules/xdebug.so

[xdebug]
;Remote settings
xdebug.remote_autostart=on
.
.
.

你看没有错误,但我不能使用 xdebug。

更新 2

这显示了我的 php.ini 文件是什么:

php -i | grep "Loaded Conf"
Loaded Configuration File => /usr/local/php56/lib/php.ini

最佳答案

在通过 http 访问时检查 phpinfo() 中的 php.ini,可能您的机器上有两个 php php-cli 和用于 apache 或 nginx 等的 php。

关于linux - XDebug 已安装但未显示在 phpinfo() 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52274018/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com