summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-20 14:42:15 +0200
committerRemi Collet <remi@php.net>2025-10-20 14:42:15 +0200
commita23482edff35ab11947fefb71985a424ea06a7b4 (patch)
tree6cfd01290dbd9652f1c83d3dfa707e3f78d1e5bb /REFLECTION
parentde1c3e4c087eda4f06cd0acf715e9bf5f388c726 (diff)
update to 3.0.1HEADmaster
open https://github.com/arnaud-lb/php-inotify/issues/17 3.0.1 missing on pecl
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION5
1 files changed, 3 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 7c29461..beb5972 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #117 inotify version 3.0.0 ] {
+Extension [ <persistent> 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 [ <persistent> 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 {