PHP 7.3 编译 安装 inotify 2.0.0 扩展

    科技2025-10-28  6

    下载:https://pecl.php.net/get/inotify-2.0.0.tgz

    解压:tar zxvf inotify-2.0.0.tgz

    cd inotify-2.0.0

    执行:phpize ./configure with-php-config=/usr/local/php7/bin/php-config --enable-inotify

    完成后就是下头这个样子

    再执行: ./configure 

    然后: make && make install

    编辑php.ini 添加

    extension=inotify.so

    重启php

     

    Processed: 0.010, SQL: 8