stat() (of which is_readable() is a variant) was refactored slightly with
PHP5.

Take a look at the output of stat($sRealPath) and the user/group that the
webserver is running as.  It'll also help to know what OS/webserver/sapi is
being used.

-Sara

----- Original Message ----- 
From: "Luna Kid" <[EMAIL PROTECTED]>
Newsgroups: php.internals
To: <[EMAIL PROTECTED]>
Sent: Friday, April 02, 2004 3:56 PM
Subject: is_readable stricter than it should be (PHP5 only?)


> 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.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to