Add support for inotify
parent
c5968ad67f
commit
0898a02cd2
|
@ -28,6 +28,7 @@ http 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
|||
igbinary 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
imagick 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
imap 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
inotify 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
interbase 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
intl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
ioncube_loader 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
|
|
|
@ -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…
Reference in New Issue