Feature #424
Stream wrappers
% Done:
30%
Spent time:
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
Implement streamwrappers for easy access to RADOS objects through file_get_contents('rados://pool/objname'), file_put_contents(..), fopen(), etc, etc.
More information: http://php.net/manual/en/book.stream.php
History
#1 Updated by Wido den Hollander about 11 years ago
- Assignee set to Wido den Hollander
- % Done changed from 0 to 30
It took some time to find docs about this, but I'm currently on track.
#2 Updated by Charles du Jeu about 8 years ago
Hi! Maybe I'm totally at the wrong place, if so, sorry for that.
Was there any work done on that (streamwrapper implementation)?
Thx
Charles
#3 Updated by Wido den Hollander about 8 years ago
Charles du Jeu wrote:
Hi! Maybe I'm totally at the wrong place, if so, sorry for that.
Was there any work done on that (streamwrapper implementation)?
Thx
Charles
No, the right place. I never finished this, never actually got to it. Still interesting to do so however!
Patches and/or pull requests are welcome.