1
0
Fork 0

Merge pull request #824 from beryllium/bug823

PECL-UUID does not define a version constant, use phpversion() instead
pull/829/head
Jordi Boggiano 2012-06-23 10:26:38 -07:00
commit 74c2fd5f06
1 changed files with 1 additions and 1 deletions

View File

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