UUID extension
A wrapper around libuuid from the ext2utils project.
License: LGPL
Version | Release | Download |
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 |
1.0.4 | 2015-05-08 | uuid-1.0.4.tgz |
Version | Message |
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 |