Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. sudo apt install php php-dev
  2.  
  3. sudo pecl install inotify
  4.  
  5. $ php -r "var_dump(function_exists('inotify_init'));"
  6. bool(false)
  7.  
  8. extension=inotify.so
  9.  
  10. $ php -r "var_dump(function_exists('inotify_init'));"
  11. bool(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement