UUID extension
A wrapper around Universally Unique IDentifier library (libuuid).
License: LGPL-2.1-or-later
| Version | Release | Download | 
| 1.3.0 | 2025-05-12 | uuid-1.3.0.tgz | 
| 1.2.1 | 2024-10-08 | uuid-1.2.1.tgz | 
| 1.2.0 | 2020-10-06 | uuid-1.2.0.tgz | 
| 1.1.0 | 2019-11-28 | uuid-1.1.0.tgz | 
| 1.0.5 | 2019-11-28 | uuid-1.0.5.tgz | 
| 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 |