From 610f6ea7f8cc10ba8263df4a37cf2f5654fbbdb2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Mar 2026 14:48:33 +0100 Subject: drop pear/pecl dependency sources from github --- REFLECTION | 74 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 55930c6..628a33b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,42 +1,42 @@ -Extension [ extension #64 dio version 0.3.0RC1 ] { +Extension [ extension #75 dio version 0.3.0 ] { - Constants [36] { - Constant [ int O_RDONLY ] { 0 } - Constant [ int O_WRONLY ] { 1 } - Constant [ int O_RDWR ] { 2 } - Constant [ int O_CREAT ] { 64 } - Constant [ int O_EXCL ] { 128 } - Constant [ int O_TRUNC ] { 512 } - Constant [ int O_APPEND ] { 1024 } - Constant [ int O_NONBLOCK ] { 2048 } - Constant [ int O_NDELAY ] { 2048 } - Constant [ int O_SYNC ] { 1052672 } - Constant [ int O_ASYNC ] { 8192 } - Constant [ int O_NOCTTY ] { 256 } - Constant [ int S_IRWXU ] { 448 } - Constant [ int S_IRUSR ] { 256 } - Constant [ int S_IWUSR ] { 128 } - Constant [ int S_IXUSR ] { 64 } - Constant [ int S_IRWXG ] { 56 } - Constant [ int S_IRGRP ] { 32 } - Constant [ int S_IWGRP ] { 16 } - Constant [ int S_IXGRP ] { 8 } - Constant [ int S_IRWXO ] { 7 } - Constant [ int S_IROTH ] { 4 } - Constant [ int S_IWOTH ] { 2 } - Constant [ int S_IXOTH ] { 1 } - Constant [ int F_DUPFD ] { 0 } - Constant [ int F_GETFD ] { 1 } - Constant [ int F_GETFL ] { 3 } - Constant [ int F_SETFL ] { 4 } - Constant [ int F_GETLK ] { 5 } - Constant [ int F_SETLK ] { 6 } - Constant [ int F_SETLKW ] { 7 } - Constant [ int F_SETOWN ] { 8 } - Constant [ int F_GETOWN ] { 9 } - Constant [ int F_UNLCK ] { 2 } - Constant [ int F_RDLCK ] { 0 } - Constant [ int F_WRLCK ] { 1 } + Constant [ int O_RDONLY ] { 0 } + Constant [ int O_WRONLY ] { 1 } + Constant [ int O_RDWR ] { 2 } + Constant [ int O_CREAT ] { 64 } + Constant [ int O_EXCL ] { 128 } + Constant [ int O_TRUNC ] { 512 } + Constant [ int O_APPEND ] { 1024 } + Constant [ int O_NONBLOCK ] { 2048 } + Constant [ int O_NDELAY ] { 2048 } + Constant [ int O_SYNC ] { 1052672 } + Constant [ int O_ASYNC ] { 8192 } + Constant [ int O_NOCTTY ] { 256 } + Constant [ int S_IRWXU ] { 448 } + Constant [ int S_IRUSR ] { 256 } + Constant [ int S_IWUSR ] { 128 } + Constant [ int S_IXUSR ] { 64 } + Constant [ int S_IRWXG ] { 56 } + Constant [ int S_IRGRP ] { 32 } + Constant [ int S_IWGRP ] { 16 } + Constant [ int S_IXGRP ] { 8 } + Constant [ int S_IRWXO ] { 7 } + Constant [ int S_IROTH ] { 4 } + Constant [ int S_IWOTH ] { 2 } + Constant [ int S_IXOTH ] { 1 } + Constant [ int F_DUPFD ] { 0 } + Constant [ int F_GETFD ] { 1 } + Constant [ int F_GETFL ] { 3 } + Constant [ int F_SETFL ] { 4 } + Constant [ int F_GETLK ] { 5 } + Constant [ int F_SETLK ] { 6 } + Constant [ int F_SETLKW ] { 7 } + Constant [ int F_SETOWN ] { 8 } + Constant [ int F_GETOWN ] { 9 } + Constant [ int F_UNLCK ] { 2 } + Constant [ int F_RDLCK ] { 0 } + Constant [ int F_WRLCK ] { 1 } } - Functions { -- cgit