Opened 10 years ago
Closed 10 years ago
#44808 closed request (wontfix)
php-inotify
Reported by: | gulios@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | php-inotify |
Description
Hi,
Is there any possible to add inotify to php ports http://pecl.php.net/package/inotify ?
Thank you.
Change History (2)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Cc: | ryandesign@… added |
---|---|
Keywords: | inotify removed |
Type: | defect → request |
Version: | 2.3.1 |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | php-inotify added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | Inotify → php-inotify |
Note: See
TracTickets for help on using
tickets.
Sorry, no, it is not possible. inotify is a feature of the Linux kernel; it is not available on OS X's Mach kernel. OS X has a similar feature called FSEvents, but I didn't find a php module for using that.