1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<package packagerversion="1.10.16" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>uuid</name>
<channel>pecl.php.net</channel>
<summary>UUID extension</summary>
<description>A wrapper around Universally Unique IDentifier library (libuuid).</description>
<lead>
<name>Hartmut Holzgraefe</name>
<user>hholzgra</user>
<email>hartmut@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Remi Collet</name>
<user>remi</user>
<email>remi@php.net</email>
<active>yes</active>
</lead>
<date>2025-05-12</date>
<time>13:11:20</time>
<version>
<release>1.3.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1-or-later</license>
<notes>
- Add support for RFC9562 UUIDs (UUID_TYPE_TIME_V6 and UUID_TYPE_TIME_V7)
when available, in libuuid from util-linux version 2.41
- constant UUID_TYPE_DCE is deprecated, use UUID_TYPE_RANDOM instead
- constant UUID_TYPE_NAME is deprecated, use UUID_TYPE_TIME instead
- new constant UUID_TYPE_VENDOR, only for uuid_type
</notes>
<contents>
<dir name="/">
<file md5sum="9afce01c25a6cbe9f8f5627fbcc53167" name="tests/uuid_create.phpt" role="test" />
<file md5sum="43ca40d2b020e962f7b73382217169e6" name="tests/uuid_create_time_v6.phpt" role="test" />
<file md5sum="61f2cbfd1daaeea316582dafe7f2ee64" name="tests/uuid_create_time_v7.phpt" role="test" />
<file md5sum="8c7efb4f168e3e593a2d1d8f270d7135" name="tests/uuid_is_valid.phpt" role="test" />
<file md5sum="48b472615049e370f102c14e9e4716c8" name="tests/uuid_compare.phpt" role="test" />
<file md5sum="81fb7ed2841f9d4b5193e29bd52ad9fb" name="tests/uuid_is_null.phpt" role="test" />
<file md5sum="dcca7d052406f3f31b2884b31150dad8" name="tests/uuid_type.phpt" role="test" />
<file md5sum="8905c17120a919ecad1d34de620f10a2" name="tests/uuid_variant.phpt" role="test" />
<file md5sum="89133f7aeb289c6eb17f2570f2520ee2" name="tests/uuid_time.phpt" role="test" />
<file md5sum="23bd7dffdfebb0aac942a4c118674e73" name="tests/uuid_mac.phpt" role="test" />
<file md5sum="e6d43b52307a23efa8732399eddc57ef" name="tests/uuid_parse.phpt" role="test" />
<file md5sum="a01f3141622aef298de5b3986509d7ee" name="tests/uuid_unparse.phpt" role="test" />
<file md5sum="6bca5ec56ebfef6ab0c6d068a06f447a" name="tests/uuid_generate_md5.phpt" role="test" />
<file md5sum="1783c6260397ad6278f274a0c2248014" name="tests/uuid_generate_sha1.phpt" role="test" />
<file md5sum="586a97ca627942e6940053fd574fa4d3" name="CREDITS" role="doc" />
<file md5sum="d7b37bf80a3df5a65b355433ae36d206" name="LICENSE" role="doc" />
<file md5sum="f8770af25f31d0f936ff147ac2e2c0fe" name="config.m4" role="src" />
<file md5sum="7f2cae9d24e0f24cbd6edc8c76ba3389" name="uuid.c" role="src" />
<file md5sum="ca4dc3e0ae1256c12a94099881856fde" name="uuid.stub.php" role="src" />
<file md5sum="b5b50063232756d79797c0a89a785714" name="uuid_arginfo.h" role="src" />
<file md5sum="2643cb34ad1a28c1f3571b2e059eadbe" name="uuid_legacy_arginfo.h" role="src" />
<file md5sum="fd899fd04e7f77e47eb38eaf1f565c3c" name="php_uuid.h" role="src" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.10.0</min>
</pearinstaller>
<os>
<name>unix</name>
</os>
</required>
</dependencies>
<providesextension>uuid</providesextension>
<extsrcrelease>
<configureoption default="autodetect" name="with-uuid" prompt="uuid installation directory?" />
</extsrcrelease>
<changelog>
<release>
<date>2024-10-08</date>
<version>
<release>1.2.1</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1-or-later</license>
<notes>
- MacOS support (Sean Molenaar)
- fix for util-linux/libuuid 2.40 and uuid_time64
</notes>
</release>
<release>
<date>2020-10-06</date>
<version>
<release>1.2.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</license>
<notes>
- raise warnings on bad input value with PHP 7
- promote warnings to ValueError with PHP 8
- add type hinting with PHP 8
- fix bug #66982 uuid_mac checks wrong bit/byte for valid MAC address
</notes>
</release>
<release>
<date>2019-11-28</date>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</license>
<notes>
- add uuid_generate_md5 and uuid_generate_sha1 functions
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-04-01</date>
<license filesource="LICENSE" uri="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</license>
<notes>
- should now work on Solaris, too (although missing two functions)
- added uuid_parse() and uuid_unparse()
- now generated using PEAR::CodeGen_PECL
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</license>
<date>2012-06-18</date>
<notes>
- Fixed build on PHP 5.3+
</notes>
</release>
<release>
<date>2015-05-08</date>
<version>
<release>1.0.4</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</license>
<notes>
- PHP 7 compatibility
- add LICENSE in documentation
- various build fix
</notes>
</release>
<release>
<date>2019-11-28</date>
<version>
<release>1.0.5</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE" uri="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</license>
<notes>
- add missing constant UUID_VARIANT_NCS
</notes>
</release>
</changelog>
</package>
|