Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8903 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94317 invoked by uid 1010); 2 Apr 2004 23:56:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94293 invoked by uid 1007); 2 Apr 2004 23:56:07 -0000 Message-ID: <20040402235607.94267.qmail@pb1.pair.com> To: internals@lists.php.net Date: Sat, 3 Apr 2004 01:56:11 +0200 Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 81.0.87.200 Subject: is_readable stricter than it should be (PHP5 only?) From: lunakid@neuropolis.org ("Luna Kid") Tampering with a coWiki (www.cowiki.org) plugin, I noticed that is_readable() returns false, when PHP actually *can* read the file. (Just commented out an "if (!is_readable($sRealPath))" and then all went fine, the plugin now can read the files...) Is there a known reason for or has anoyone bumped into this? (Just asking so I can decide if I should put some efforts to investigating this.) Thanks, Sz.