Summary | Make Horde_Support compatible with both existing UUID extensions |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | remi (at) famillecollet (dot) com |
Created | 11/06/2012 (4636 days ago) |
Due | |
Updated | 11/06/2012 (4636 days ago) |
Assigned | |
Resolved | 11/06/2012 (4636 days ago) |
Milestone | |
Patch | Yes |
Thanks for the quick fix for this minor issue.
extension. Your changes still make the code more readable, thanks!
commit f5da72cfe071e1231a4b539d09b187f8a98a2aa0
Author: Jan Schneider <jan@horde.org>
Date: Tue Nov 6 18:39:11 2012 +0100
Make these tests semantically more correct (
Bug #11653).framework/Support/lib/Horde/Support/Uuid.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/f5da72cfe071e1231a4b539d09b187f8a98a2aa0
New Attachment: php-horde-Horde-Support-uuid[1].patch
Sorry for Coding Standard... I don't know the Horde usage.
State ⇒ Resolved
Assigned to Jan Schneider
commit c8c66fb546da37c0479eb72041c5eca58ef4eeb6
Author: Jan Schneider <jan@horde.org>
Date: Tue Nov 6 18:25:45 2012 +0100
[jan] Support uuid extension from OSSP (remi@famillecollet.com,
Request #11653).framework/Support/lib/Horde/Support/Uuid.php | 17 +++++++++++++++--
framework/Support/package.xml | 4 ++--
2 files changed, 17 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/c8c66fb546da37c0479eb72041c5eca58ef4eeb6
false on success? Or do they return null? If the latter, how do they
report errors back?
State ⇒ Feedback
the constant usage. You need to use constant('XXX') instead.
Patch ⇒ Yes
State ⇒ New
New Attachment: php-horde-Horde-Support-uuid.patch
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Make Horde_Support compatible with both existing UUID extensions
Type ⇒ Enhancement
Priority ⇒ 1. Low
http://www.ossp.org/pkg/lib/uuid/
http://pecl.php.net/package/uuid
Horde_Support currently support the second. Fine.
With the first installed, Horde_Support is broken (test suite fails).
Attached patch make Horde_Support compatible with both, and test suite
ok in the 3 cases (with first extension, with the second or without)