Hi, On Sun, Mar 3, 2013 at 3:04 PM, Hannes Magnusson <[email protected]> wrote: > 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). No, I had not applied yet because it says on the apply page that one is supposed to ask here before.
> 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... No, my extension is based on Masaki Fujimotos extension, which has nothing to do with Bob Carrolls extension... has this actually happened before that an old extension was replaced with totally different code? > Are there any known major compatibility issues between these > libraries? (In case anyone is currently using the current release and > would want to upgrade...). I doubt anyone is actually able to use the current extension as a base for a filesystem as it can do read only - but I have not found anyone actually using any of the fuse extensions in an open-source project, either. Actually, in a Debian channel the idea of writing a FUSE filesystem in PHP was met with disbelief and laughter. But yes, the extensions are quite incompatible - though a fix takes ten minutes, at most. Basically, one just has to rename the functions and make the st-parameter of the getattr() function accept a reference, as well as dealing with $st as an array instead of an object. Marco -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
