1
0
Fork 0

PECL-UUID does not define a version constant, so we should use phpversion() to fetch the required information

pull/824/head
Kevin Boyd 2012-06-22 23:09:57 -07:00
parent 6e90c0be51
commit 09be4ed936
1 changed files with 1 additions and 1 deletions

View File

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