|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-11-18 15:42 UTC] half-dead at nospam dot net
is_dir() throws a Warning: Unable to access .... But only when safe mode is turned on, instead of just returning false. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 15:00:01 2025 UTC |
is_dir("nonexisten directory....."); result: Warning: Unable to access "nonexisten directory....." in "whatever.php" on line "xx"Nope not in safe mode at least, now i simply get a ref to the php doc page with the warning (4.3RC1): is_dir("non existing directory..."); Warning: is_dir() [http://www.php.net/function.is-dir]: Unable to access "non existing directory..." in "whatever.php" on line "xx" -------- Again, this only happens if safe mode is turned ON