php safe_mode_exec_dir 帮助

发布于 2024-09-07 21:03:20 字数 154 浏览 4 评论 0原文

我希望找到有关此 PHP 设置的更多信息,我假设我需要更改 php.ini 中的值,但我将根文件夹设置为 /file/path/>http://www.domain.com/file/path

任何建议都会很棒

I am hoping to find some more information about this PHP setting, I assume I need to change its value in the php.ini but I set the root the folder as /file/path/ or as http://www.domain.com/file/path?

Any advice would be great

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

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

发布评论

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

评论(1

Oo萌小芽oO 2024-09-14 21:03:20

safe_mode_exec_dir 需要设置为文件系统路径。它还可以包含多个由分号分隔的路径。

但请注意,安全模式已已弃用,并将在 PHP 6 中删除

自 PHP 5.3.0 起,此功能已被弃用。强烈建议不要依赖此功能。

如果您需要在 PHP 环境中增加安全性,可以使用更好的方法,例如 强化 PHP 项目 Suhosin 补丁。

safe_mode_exec_dir needs to be set to a filesystem path. It can also contain multiple paths separated by semicolon.

However, note that safe mode is deprecated and will be removed in PHP 6:

This feature has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.

if you need added security in your PHP environment, there are better approaches like the Hardened PHP project's Suhosin patch.

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