xdebug:不要删除机器名称 xdebug.idekey

发布于 2024-12-09 01:48:56 字数 936 浏览 0 评论 0原文

我正在努力让 xdebug 与我的 Apache 2.x、PHP 5.3 和 Netbeans 6.9 一起工作:

我发现 phpinfo 中的一切看起来都很好,除了:

local value         local value     master value
xdebug.idekey   MYTHINKPAD$ netbeans-xdebug

MYTHINKPAD 是我本地(Windows 7x64)计算机的名称。 我没有任何线索,主值会以这种方式被覆盖。 当然,http.conf 中没有 php_value,也没有 .htaccess,php.ini 中也没有任何异常:

xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"

更令人惊讶的是,如果我将其添加到 httpd.conf,重新启动并查看 phpinfo():

This has an effect (no surprise) and shows in phpinfo():
php_value iconv.output_encoding "UTF-8"
This has an effect (no surprise) and shows in phpinfo():
php_value xdebug.max_nesting_level 111
Again, sigh, my machine name 'wins'...
php_value xdebug.idekey foobardoo

嗯?有人可以告诉我,为什么我的机器名称如此有弹性?

在此过程中,什么 AllowOverride 允许我在 .htaccess 文件中使用 php_value 语句? (是的,我用谷歌搜索)。或者根本不可能?

I am fighting to get xdebug working with my Apache 2.x, PHP 5.3 and my Netbeans 6.9:

I got to the point that everything looks good in phpinfo, except:

local value         local value     master value
xdebug.idekey   MYTHINKPAD$ netbeans-xdebug

MYTHINKPAD is the name of my local (Windows 7x64) machine.
I don't have the faintest clue, where the master value gets overriden in such way.
Certainly no php_value in http.conf nor .htaccess, nor anything unusual in php.ini:

xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"

What's even more suprising, if I add this to httpd.conf, restart and look at phpinfo():

This has an effect (no surprise) and shows in phpinfo():
php_value iconv.output_encoding "UTF-8"
This has an effect (no surprise) and shows in phpinfo():
php_value xdebug.max_nesting_level 111
Again, sigh, my machine name 'wins'...
php_value xdebug.idekey foobardoo

Huh? Can somebody fill me in, why my machine name is so resilient?

While at it, what AllowOverride would allow me to use php_value statements in .htaccess files? (yes, I googled). Or not possible at all?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只有影子陪我不离不弃 2024-12-16 01:48:56

我对其中的原因一无所知。
但解决方法是定义一个全局环境变量:

DBGP_IDEKEY     netbeans-xdebug(orwhatever)

I don't know nothing about the reasons.
But a fix is to define a global environment variable:

DBGP_IDEKEY     netbeans-xdebug(orwhatever)
森林很绿却致人迷途 2024-12-16 01:48:56

这似乎是一个 xdebug 错误,已在 2.1.4 / 2.2.0 中修复

http:// /bugs.xdebug.org/bug_view_page.php?bug_id=00000758

This appears to be an xdebug bug that was fixed in 2.1.4 / 2.2.0

http://bugs.xdebug.org/bug_view_page.php?bug_id=00000758

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文