php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41520 is_readable() returns true, when it's effectively false
Submitted: 2007-05-28 16:25 UTC Modified: 2007-05-28 16:35 UTC
From: marcelo dot schmidt+php at gmail dot com Assigned:
Status: Not a bug Package: Filesystem function related
PHP Version: 5.2.2 OS: Windows XP
Private report: No CVE-ID: None
 [2007-05-28 16:25 UTC] marcelo dot schmidt+php at gmail dot com
Description:
------------
I have the following permissions on a file:
Everyone have full control, though they are denied read and read & execute.
is_readable is returning true for this file, while fopen is not able to read it (which is expected).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-28 16:35 UTC] cellog@php.net
duplicate (double-clicked submit?) of 41519
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 14:01:32 2024 UTC