From 02ad335b05ee3f015955c7cc2285a78b7fc52aa2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2012 10:24:11 +0100 Subject: php-pecl-uuid: save the uuid-php and pecl/uuid extension information --- uuid-pecl.txt | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 uuid-pecl.txt (limited to 'uuid-pecl.txt') diff --git a/uuid-pecl.txt b/uuid-pecl.txt new file mode 100644 index 0000000..19b4b55 --- /dev/null +++ b/uuid-pecl.txt @@ -0,0 +1,80 @@ +Extension [ extension #103 uuid version 1.0.3 ] { + + - Constants [10] { + Constant [ integer UUID_VARIANT_DCE ] { 1 } + Constant [ integer UUID_VARIANT_MICROSOFT ] { 2 } + Constant [ integer UUID_VARIANT_OTHER ] { 3 } + Constant [ integer UUID_TYPE_DEFAULT ] { 0 } + Constant [ integer UUID_TYPE_TIME ] { 1 } + Constant [ integer UUID_TYPE_DCE ] { 4 } + Constant [ integer UUID_TYPE_NAME ] { 1 } + Constant [ integer UUID_TYPE_RANDOM ] { 4 } + Constant [ integer UUID_TYPE_NULL ] { -1 } + Constant [ integer UUID_TYPE_INVALID ] { -42 } + } + + - Functions { + Function [ function uuid_create ] { + + - Parameters [1] { + Parameter #0 [ $uuid_type ] + } + } + Function [ function uuid_is_valid ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_compare ] { + + - Parameters [2] { + Parameter #0 [ $uuid1 ] + Parameter #1 [ $uuid2 ] + } + } + Function [ function uuid_is_null ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_type ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_variant ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_time ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_mac ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_parse ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + Function [ function uuid_unparse ] { + + - Parameters [1] { + Parameter #0 [ $uuid ] + } + } + } +} + -- cgit