]> granicus.if.org Git - php/commit
Add FAM support for LGPLed libfam.
authorSascha Schumann <sas@php.net>
Mon, 18 Nov 2002 17:06:05 +0000 (17:06 +0000)
committerSascha Schumann <sas@php.net>
Mon, 18 Nov 2002 17:06:05 +0000 (17:06 +0000)
commit58b26398de0ecf886049d93dff1924a465a5be74
tree284cdb3da7cb0f54cb2b5986d561040d21326479
parent301330ff883f3b9183b5351e0f8d6d142f1f1100
Add FAM support for LGPLed libfam.

FAM, the File Alteration Monitor, provides an API that applications can use to
be notified when specific files or directories are changed.

FAM is being used in Enlightenment, GNOME/Nautilus, and KDE.

# Yes, this will be moved to PECL once that is fully usable. Emails about
# this issue will likely be redirected to /dev/null. :-)
ext/fam/CREDITS [new file with mode: 0644]
ext/fam/config.m4 [new file with mode: 0644]
ext/fam/fam.c [new file with mode: 0644]
ext/fam/php_fam.h [new file with mode: 0644]