Fuse bindings for php

喜你入骨 提交于 2019-12-07 08:12:03

问题


I am writing an application that thus far has been written in PHP, from the interface to the daemons. I have a need to use fuse and would like to continue to use PHP just for consistency. However, there doesn't seem to be bindings for PHP. Python, Java etc have bindings, and I can code in those languages I just dont want the additional dependencies in this project. I have seen a project on google code, but nothing complete. Anyone know if these have been written?


回答1:


I wrote an extension for PHP that provides bindings to libfuse. I have read support working, but haven't quite finished write support. Eventually I'll finish it, but if you'd like to futz with it, I'd be happy to take patches.

http://pecl.php.net/fuse




回答2:


Have a look at those other bindings, and write a PHP extension! :-)




回答3:


There is another binding available: https://github.com/fujimoto/php-fuse

This blog post explains how to install it: http://blog.728.lu/?p=5



来源:https://stackoverflow.com/questions/144707/fuse-bindings-for-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!