mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Add support for inotify
This commit is contained in:
parent
c5968ad67f
commit
0898a02cd2
2 changed files with 8 additions and 0 deletions
|
@ -1702,6 +1702,13 @@ installRemoteModule() {
|
|||
installRemoteModule_manuallyInstalled=1
|
||||
fi
|
||||
;;
|
||||
inotify)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=0.1.6
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
ioncube_loader)
|
||||
installRemoteModule_src='https://downloads.ioncube.com/loader_downloads/'
|
||||
if test $(php -r 'echo PHP_INT_SIZE;') -eq 4; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue