Opened 14 years ago
Closed 14 years ago
#28609 closed request (fixed)
php5-uuid
Reported by: | woody.gilk@… | Owned by: | pixilla (Bradley Giesbrecht) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | pixilla (Bradley Giesbrecht) | |
Port: |
Description
Requesting PECL uuid for PHP 5.x: http://pecl.php.net/package/uuid
Change History (5)
comment:1 Changed 14 years ago by pixilla (Bradley Giesbrecht)
Cc: | pixilla@… added |
---|
comment:2 Changed 14 years ago by pixilla (Bradley Giesbrecht)
Owner: | changed from macports-tickets@… to pixilla@… |
---|
New port php5-uuid added to svn.
76623
Woody, if you can test it's functionality that would be great. I'm using a patch for building on Mac OS X from http://pecl.php.net/bugs/bug.php?id=14503.
comment:3 Changed 14 years ago by woody.gilk@…
The following functions should be defined once the extension is installed:
uuid_create
uuid_is_valid
uuid_compare
uuid_is_null
uuid_parse
uuid_unparse
uuid_type
(undefined)uuid_variant
(undefined)uuid_time
(undefined)uuid_mac
(undefined)
As you can see, some of the functions do not appear. This list is based on http://freezerfrog.com/2009/12/generating-a-uuid-in-php-using-pecl-uuid/, which may be incomplete or inaccurate, however the PECL source repository does imply that they should be defined.
In any case, I can confirm that the important parts are functional and working. Thanks!
comment:4 Changed 14 years ago by woody.gilk@…
I think I forgot to put spaces before the *
on my lists in the last comment, please fix and delete this comment.
comment:5 Changed 14 years ago by pixilla (Bradley Giesbrecht)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Port added in commit r76623.
Cc Me!