uuid: 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
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