Merge pull request #824 from beryllium/bug823

PECL-UUID does not define a version constant, use phpversion() instead
main
Jordi Boggiano 12 years ago
commit 74c2fd5f06

@ -89,7 +89,7 @@ class PlatformRepository extends ArrayRepository
break;
case 'uuid':
$prettyVersion = UUID_VERSION;
$prettyVersion = phpversion('uuid');
break;
case 'xsl':

Loading…
Cancel
Save