|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-23 14:21 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Mar 05 21:00:01 2026 UTC |
Description: ------------ When: safe_mode=On safe_mode_include_dir= fp=fopen("/file/not/owned/be/me") fail, but include("/file/not/owned/be/me") work fine. When: safe_mode=On safe_mode_include_dir=/tmp (examply) then include("/file/not/owned/be/me") fail. I think, that when safe_mode=On and safe_mode_include_dir is not set, include("/file/not/owned/be/me") should fail too, as well as fopen("/file/not/owned/be/me");