PHP-CGI 未在 Windows 中加载 PATH
我有一个运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论