On Sun, Mar 3, 2013 at 5:11 AM, Marco Schuster <[email protected]> wrote: > 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]".
I don't seem to be able to find a PECL account in your name, did your ever apply for one? (PECL and PEAR accounts are unfortunately separate things from the rest of php.net). We kindof need Bob Carrolls permission to be able to effectively 'replace' his extension - I would atleast not remove his name from the credits since you apparently based this extension on his initial contribution... Are there any known major compatibility issues between these libraries? (In case anyone is currently using the current release and would want to upgrade...). -Hannes -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
