Hi all, the PECL fuse extension written by Bob Carroll has not been maintained for three years; I have forked and updated another fuse binding (written by Masaki Fujimoto on GitHub at https://github.com/gree/php-fuse, last change 2 years ago) at https://github.com/msmuenchen/php-fuse and would like to have this replace the original fuse extension in PECL.
The code base of Masaki Fujimoto's fuse extension is, while older, far more complete (it supports everything needed for a file system, compared to the PECL extension which supports only open, readdir, readlink, getattr and read). I have, together with krakjoe, updated the extension to compile against current master php, and fixed quite a number of bugs, as well as added documentation and support for fuse-style commandline option parsing, which was not present in any previous fuse extension. I intend to expand php-fuse to fully support all operations exposed to userland by current libfuse as well as write some rudimentary tests. Also, I already have a php.net account as "[email protected]". Thank you all, Marco -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
