- 使用
inotify
监听PHP源码目录 - 程序文件更新时自动
reload
服务器程序
依赖inotify
和swoole
扩展
pecl install swoole
pecl install inotify
运行程序
php inotify.php
测试效果
echo "Test" > /test/test.php
- 通过计算文件散列表监听文件变化
- 程序文件更新时自动
reload
服务器程序
依赖inotify
和swoole
扩展
pecl install swoole
运行程序
php md5.php
测试效果
echo "Test2" > /test/test.php