| Summary | Problem decode encrypted PGP messages |
| Queue | Horde Framework Packages |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | klaus (at) tachtler (dot) net |
| Created | 8/11/15 (3885 days ago) |
| Due | |
| Updated | 8/13/15 (3883 days ago) |
| Assigned | |
| Resolved | 8/11/15 (3885 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
this be solve the problem, or is there the same bug like in PHP 5.3.x?
that *should* solve this issue.
private/protected methods from `$this` (or any reference to it),
inside of closures. You need to update your (old) PHP installation
to something more recent.
this be solve the problem, or is there the same bug like in PHP 5.3.x?
Thank you!
private/protected methods from `$this` (or any reference to it),
inside of closures. You need to update your (old) PHP installation
to something more recent.
PHP 5.3.3 is the standard under CentOS 6.7, wich was released a few
days before.
So, I will see, what I can do...
Thank you!
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
State ⇒ Not A Bug
methods from `$this` (or any reference to it), inside of closures. You
need to update your (old) PHP installation to something more recent.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Problem decode encrypted PGP messages
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
since upgrade to Horde 5.2.7 an error occurred while decode an
encrypted PGP message. Error:
PHP Fatal error: Call to protected method
Horde_Crypt_Pgp_Backend_Binary::_callGpg() from context '' in
/usr/share/pear/Horde/Crypt/Pgp/Backend/Binary.php on line 155,
referer: https://.../imp/dynamic.php?page=mailbox
My system: CentOS 6.7, PHP 5.3.3, Horde_Crypt-2.6.0.tgz
Thank you!