Version | Message |
1.3.0 |
- 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 |
1.2.1 |
- MacOS support (Sean Molenaar) - fix for util-linux/libuuid 2.40 and uuid_time64 |
1.2.0 |
- 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 |
1.1.0 | - add uuid_generate_md5 and uuid_generate_sha1 functions |
1.0.5 | - add missing constant UUID_VARIANT_NCS |
1.0.4 |
- PHP 7 compatibility - add LICENSE in documentation - various build fix |
1.0.4RC2 |
- PHP 7 compatibility - add LICENSE in documentation - various build fix |
1.0.3 | - Fixed build on PHP 5.3+ |
1.0.2 |
- should now work on Solaris, too (although missing two functions) - added uuid_parse() and uuid_unparse() - now generated using PEAR::CodeGen_PECL |
1.0.1 | Now works with Solaris libuuid implementation, too |