inotify检测文件变更

使用PHP扩展inotify检测文件变更,便swoole代码变更后及时生效
curl -L -o /tmp/inotify.tar.gz https://pecl.php.net/get/inotify-3.0.0.tgz
&& tar xfz /tmp/inotify.tar.gz
&& cd inotify-3.0.0
&& phpize
&& ./configure –with-php-config=/www/server/php/74/bin/php-config –enable-inotify
&& make && make install
&& rm -rf /tmp/inotify.tar.gz

 

修改php.ini 添加 extension = inotify.so并重启php-fpm