php-pecl-uuid-1.0.3
+
Par Remi le mardi 6 novembre 2012, 13:08 - RPM - Lien permanent
RPM of the UUID extension for PHP, a wrapper for libuuid library, is available in remi repository for Fedora and Enterprise Linux (RHEL, CentOS, ...).
Sadly, no documentation.
Installation, for Fedora or Enterprise Linux with PHP 5.3
yum --enablerepo=remi install php-pecl-uuid
Installation, for Enterprise Linux with PHP 5.4
yum --enablerepo=remi,remi-test install php-pecl-uuid
Example:
$php -r 'echo "UUID = ".uuid_create()."\n";'
UUID = 3a0b1102-dcc4-4824-a471-804e9e5761a9
This package conflicts with uuid-php, which provides a different API, but which is broken (Bug #873594)
Submitted for official repository : Revue #873643