在 PHP 中使用 Gamin 代替 FAM
PHP 通过 PECL 包 为 FAM 库提供了一个有趣的接口。不幸的是,我无法安装 FAM 或相应的 PECL 软件包,因为它与 Ubuntu 上的 Gamin 冲突(根据 apt)。显然,Gamin 和 FAM 使用相同的 API。有谁知道我可以通过 PHP 使用 Gamin 的方法吗?我想我也许可以只更改 PECL 包源中的一些引用,以使其能够与 Gamin 的重复 API 一起使用。
PHP provides an interesting interface to the FAM library through a PECL package. Unfortunately, I cannot install FAM or the corresponding PECL package because it conflicts (according to apt) with Gamin on Ubuntu. Apparently, Gamin and FAM use the same API. Does anyone know of a way I can utilize Gamin from PHP? I was thinking I might be able to just change some references in the PECL package source to get it to work with Gamin's duplicate API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
gamin 提供 FAM 等效项。你不需要改变任何东西。
gamin provides FAM equivalents. You don't need to change anything.