add inotify

This commit is contained in:
crazywhalecc
2023-04-08 18:55:23 +08:00
parent 54efec60b8
commit 000ebef28b
4 changed files with 16 additions and 31 deletions

View File

@@ -298,6 +298,10 @@
],
"unix-only": true
},
"inotify": {
"type": "external",
"source": "inotify"
},
"swow": {
"type": "external",
"source": "swow",

View File

@@ -205,6 +205,16 @@
"path": "LICENSE"
}
},
"inotify": {
"type": "url",
"url": "http://pecl.php.net/get/inotify",
"path": "php-src/ext/inotify",
"filename": "inotify.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"pthreads4w": {
"type": "git",
"rev": "master",