Closed (fixed)
Project:
OpenPGP
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Sep 2009 at 14:05 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
This module currently conflicts with the GnuPG PECL extension. They both define a "GNUPG" class. Renaming the class will solve the problem.
Comments
Comment #1
Arto commentedDarn. Thanks for checking and reporting this; I'll go ahead and rename the GnuPG class to OpenPGP_GPG, which matches the module name and ought to be reasonably unique to boot.
Comment #2
Arto commentedFixed in changeset [267108]. The development snapshot will get rebuilt with this fix within the next 12 hours.
Comment #3
adamo commentedAwesome, thanks!