summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-06 10:24:11 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-06 10:24:11 +0100
commit02ad335b05ee3f015955c7cc2285a78b7fc52aa2 (patch)
treeade147b0baa7060f8e3639095ee0ca253d0bfd56
parent9de9a6db3f6e74582af7d3c1699ebeb666a185a7 (diff)
php-pecl-uuid: save the uuid-php and pecl/uuid extension information
-rw-r--r--uuid-pecl.txt80
-rw-r--r--uuid-php.txt50
2 files changed, 130 insertions, 0 deletions
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 [ <persistent> 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 [ <internal:uuid> function uuid_create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $uuid_type ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_is_valid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $uuid1 ]
+ Parameter #1 [ <required> $uuid2 ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_is_null ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_variant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_mac ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_parse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_unparse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ }
+}
+
diff --git a/uuid-php.txt b/uuid-php.txt
new file mode 100644
index 0000000..84b1738
--- /dev/null
+++ b/uuid-php.txt
@@ -0,0 +1,50 @@
+Extension [ <persistent> extension #103 uuid version <no_version> ] {
+
+ - Constants [19] {
+ Constant [ integer UUID_VERSION ] { 1073666 }
+ Constant [ integer UUID_LEN_BIN ] { 16 }
+ Constant [ integer UUID_LEN_STR ] { 36 }
+ Constant [ integer UUID_LEN_SIV ] { 39 }
+ Constant [ integer UUID_RC_OK ] { 0 }
+ Constant [ integer UUID_RC_ARG ] { 1 }
+ Constant [ integer UUID_RC_MEM ] { 2 }
+ Constant [ integer UUID_RC_SYS ] { 3 }
+ Constant [ integer UUID_RC_INT ] { 4 }
+ Constant [ integer UUID_RC_IMP ] { 5 }
+ Constant [ integer UUID_MAKE_V1 ] { 1 }
+ Constant [ integer UUID_MAKE_V3 ] { 2 }
+ Constant [ integer UUID_MAKE_V4 ] { 4 }
+ Constant [ integer UUID_MAKE_V5 ] { 8 }
+ Constant [ integer UUID_MAKE_MC ] { 16 }
+ Constant [ integer UUID_FMT_BIN ] { 0 }
+ Constant [ integer UUID_FMT_STR ] { 1 }
+ Constant [ integer UUID_FMT_SIV ] { 2 }
+ Constant [ integer UUID_FMT_TXT ] { 3 }
+ }
+
+ - Functions {
+ Function [ <internal:uuid> function uuid_create ] {
+ }
+ Function [ <internal:uuid> function uuid_destroy ] {
+ }
+ Function [ <internal:uuid> function uuid_clone ] {
+ }
+ Function [ <internal:uuid> function uuid_load ] {
+ }
+ Function [ <internal:uuid> function uuid_make ] {
+ }
+ Function [ <internal:uuid> function uuid_isnil ] {
+ }
+ Function [ <internal:uuid> function uuid_compare ] {
+ }
+ Function [ <internal:uuid> function uuid_import ] {
+ }
+ Function [ <internal:uuid> function uuid_export ] {
+ }
+ Function [ <internal:uuid> function uuid_error ] {
+ }
+ Function [ <internal:uuid> function uuid_version ] {
+ }
+ }
+}
+