Summary | Application crash on initiate Registry |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | dwlnetnl (at) gmail (dot) com |
Created | 08/08/2005 (7289 days ago) |
Due | |
Updated | 10/16/2005 (7220 days ago) |
Assigned | 08/08/2005 (7289 days ago) |
Resolved | 08/31/2005 (7266 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
without a notice, a log entry, or *anything*, then it is a PHP problem.
You could try switching the zend.ze1_compatibility_mode flag in your
php.ini to see if that helps anything.
State ⇒ Feedback
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Application crash on initiate Registry
Queue ⇒ Horde Framework Packages
PHP Version: 5.0.4
Server API: Apache 2.0 Handler
On PHP 5.0.4 in all applications on the initiate of Registry it dies.
The line is the follow in the code:
<phpcode>$registry = &Registry::singleton();</phpcode>
It can be fixed by removing the reference ('&') before 'Registry'.
Horde works well, but when you run the following code on the PHP
Shell, it fails:
<phpcode>var_dump(&Registry::singleton());</phpcode>