php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #34823 is_readable/is_writable should check dir access with url wrappers at least
Submitted: 2005-10-11 09:10 UTC Modified: 2021-08-25 16:20 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: titus at hochgreve dot de Assigned: cmb (profile)
Status: Wont fix Package: Filesystem function related
PHP Version: 4.4.1RC1 OS: any
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: titus at hochgreve dot de
New email:
PHP Version: OS:

 

 [2005-10-11 09:10 UTC] titus at hochgreve dot de
Description:
------------
is_readable($url)
--> ini_get('allow_url_fopen') && fopen($url, 'r')

is_writable($url)
--> constant FALSE with most wrappers I suppose (e.g. http); otherwise (ftp & such) difficult to handle. But wouldn?t it be nice to have it working!?!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-30 23:12 UTC] cmb@php.net
-Package: Feature/Change Request +Package: Filesystem function related
 [2021-08-25 16:20 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-08-25 16:20 UTC] cmb@php.net
I don't see much point in this; where possible at all, it would be
inefficient or useless.  Apparently, there is generally almost no
interest in this feature, so I'm closing as WONTFIX.

Feel free to pursue the RFC process[1], if you still like to see
this implemented.

[1] <https://wiki.php.net/rfc/howto>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC