PHP-CGI 未在 Windows 中加载 PATH

发布于 2024-12-02 04:50:40 字数 377 浏览 1 评论 0原文

我有一个运行 lighttpd 并使用 PHP 和 CGI​​ 的 Windows Web 服务器。以前我在没有 CGI 的情况下使用 Apache,我注意到了一些事情。

当使用 php exec() 命令时,它用于加载 Windows %PATH% 环境变量中的所有内容。然而,现在我的新设置似乎并非如此。

让我举个例子。 在旧的设置下,我可以调用 exec("ping google.com"); 并且效果很好。

但是现在这不起作用,但是如果我调用 exec("C:\windows\system32\ping google.com"); 那确实有效。

有什么想法吗?

I have a windows webserver running lighttpd and using PHP with CGI. Previously I was using Apache without CGI and I noticed something.

When using the php exec() command, it used to load everything from the Windows %PATH% environment variable. However, now that doesn't appear to be the case with my new setup.

Let me give an example.
Under the old setup, I could call exec("ping google.com"); and that would work just fine.

However now that doesn't work, but if I call exec("C:\windows\system32\ping google.com"); that does work.

Any ideas?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文