php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59338 Feature: more wrapping
Submitted: 2010-08-05 06:07 UTC Modified: 2017-04-01 20:20 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dresende at thinkdigital dot pt Assigned:
Status: Wont fix Package: fuse (PECL)
PHP Version: 5.3.2 OS: Ubuntu
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-08-05 06:07 UTC] dresende at thinkdigital dot pt
Description:
------------
This extension is great! Thank you very much!
Will you implement some more FUSE methods like 
"mkdir"/"rmdir" or "write"? I'm using this to access a remote 
filesystem that is only acessible thru HTTP and it's great, 
but for now it's only read-only because there are suficient 
methods. I looked at the source but I'm not a FUSE expert, it 
does not seem easy.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-07 15:42 UTC] rjcarroll@php.net
Since so many people are asking, I plan to implement write support in the (hopefully) near future. But I don't see how this will help your situation. Unless you implement a server-side handler, HTTP would always be read-only.
 [2010-08-09 09:59 UTC] dresende at thinkdigital dot pt
Don't worry about it, I use a modified version, that uses 
GET/PUT/DELETE/MOVE HTTP methods. It works with a client API 
I have, but it would be great if I could mount it and use it 
just like any other fs :)
Thank you for your response.
 [2012-09-13 21:50 UTC] r dot haeder at web dot de
I also would like to see this being added. I have Debian AMD64 with:
----------------------------------
PHP 5.4.4-7 (cli) (built: Aug 30 2012 08:57:09) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
    with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
----------------------------------
And I got notices:
PHP Notice:  Constant FUSE_EDEADLK already defined in Unknown on line 0

Notice: Constant FUSE_EDEADLK already defined in Unknown on line 0
----------------------------------
 [2017-04-01 20:20 UTC] tpunt@php.net
-Status: Open +Status: Wont fix
 [2017-04-01 20:20 UTC] tpunt@php.net
Due to this extension not seeing any activity since 2010, this issue will not be fixed. We are therefore closing this now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC