什么是APC内部调试?

发布于 2024-12-24 02:31:23 字数 167 浏览 2 评论 0原文

我收到一条提示:在 APC 中启用内部调试 [no]:。安装APC时。

  • 什么是 APC 内部调试?
  • 保持启用状态更好吗?

试图进行搜索但找不到答案!

I got a prompt with Enable internal debugging in APC [no]:. While installing APC.

  • what is APC internal debugging?
  • Is is better to keep it enabled?

Tried to do a search but couldn't find an answer!

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

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

发布评论

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

评论(1

离旧人 2024-12-31 02:31:23

该消息来自APC的pear包。如果你设置了它,APC将被配置--enable-apc-debug标志,这意味着宏__DEBUG_APC__在C源代码中被设置。

该宏将添加有关 APC 内部状态的附加 printfs。当然,这些仅在测试环境中有用,并且永远不应该在公共网络服务器上激活。

除非您正在编辑 APC 的源代码,或者在 APC 中追踪极低级别的问题(这不太可能),否则您应该回答“否”。您只需按 Enter 即可。

This message comes from the pear package of APC. If you set it, APC will be configured with the --enable-apc-debug flag, which means the macro __DEBUG_APC__ is set in the C source code.

This macro will add additional printfs about APC's internal state. Naturally, these are only useful in a testing environment, and should never be activated on a public webserver.

Unless you're editing APC's source code, or tracking down an extremely low-level problem in APC (which is unlikely), you should answer no. You can just hit Enter.

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