From 0ee1fcea5fffcea97d84a26630a83e256c209096 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Apr 2015 07:53:24 +0200 Subject: php-pecl-uuid: 1.0.4RC1 --- uuid-pecl.txt | 80 ----------------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 uuid-pecl.txt (limited to 'uuid-pecl.txt') diff --git a/uuid-pecl.txt b/uuid-pecl.txt deleted file mode 100644 index 19b4b55..0000000 --- a/uuid-pecl.txt +++ /dev/null @@ -1,80 +0,0 @@ -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