uuid

UUID extension


A wrapper around libuuid from the ext2utils project.

License: LGPL

Latest releases

Version Release Download
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
1.0.4RC2 2015-04-08 uuid-1.0.4RC2.tgz
Show all releases

Changelog

Version Message
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
Show complete changelog