From a23482edff35ab11947fefb71985a424ea06a7b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Oct 2025 14:42:15 +0200 Subject: update to 3.0.1 open https://github.com/arnaud-lb/php-inotify/issues/17 3.0.1 missing on pecl --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7c29461..beb5972 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #117 inotify version 3.0.0 ] { +Extension [ extension #89 inotify version 3.0.1 ] { - - Constants [23] { + - Constants [24] { Constant [ int IN_ACCESS ] { 1 } Constant [ int IN_MODIFY ] { 2 } Constant [ int IN_ATTRIB ] { 4 } @@ -24,6 +24,7 @@ Extension [ extension #117 inotify version 3.0.0 ] { Constant [ int IN_MASK_ADD ] { 536870912 } Constant [ int IN_ISDIR ] { 1073741824 } Constant [ int IN_ONESHOT ] { 2147483648 } + Constant [ int IN_EXCL_UNLINK ] { 67108864 } } - Functions { -- cgit