略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 安装/配置

2024-05-03

安装/配置

» PECL 扩展未与 PHP 捆绑。

安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/inotify.

add a noteadd a note

User Contributed Notes 1 note

up
2
Sam Wilson
5 years ago
On Ubuntu with PHP7, Pecl installs Inotify to /usr/lib/php/20151012/inotify.so and this isn't loaded by default. So it needs to be added, by creating /etc/php/7.0/mods-available/inotify.ini with the following contents: extension=inotify.so and then running sudo phpenmod inotify

官方地址:https://www.php.net/manual/en/inotify.install.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3