6.0.0-beta1
7/23/25

[#2404] Application crash on initiate Registry
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

History
10/16/2005 02:08:40 PM dwlnetnl (at) gmail (dot) com Comment #6 Reply to this comment
No with zend.ze1_compatibility_mode = On it doesn't work also.
08/31/2005 09:21:55 AM Jan Schneider Comment #5
State ⇒ Not A Bug
Reply to this comment
No further feedback.
08/10/2005 11:59:57 AM Jan Schneider Comment #4 Reply to this comment
No, thanks. And what you describe doesn't make any sense. If it breaks 
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.
08/08/2005 05:11:53 PM dwlnetnl (at) gmail (dot) com Comment #3 Reply to this comment
I can give you access to my test-installation.
08/08/2005 04:37:28 PM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Priority ⇒ 2. Medium
Reply to this comment
Can't reproduce this.
08/08/2005 10:09:46 AM dwlnetnl (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Application crash on initiate Registry
Queue ⇒ Horde Framework Packages
Reply to this comment
PHPInfo():

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>

Saved Queries