Hello!

I just wondered why my application broke when I moved it to my server
the first time. I found out that a call to a mixed in method did not
contain the calling object as parameter.

After a bit of debugging it showed that the 'object' key of the
debug_backtrace() array was empty. And some research showed, that just
this appeared on installations featuring Zend Optimizer[1].

Not to my surprise, Zend Optimizer is installed on my server. So I gotta
change all my mixed in methods accessing the refering object ... or is
there anything else I can do?

[1] 
http://bugs.php.net/bug.php?id=39253
http://www.zend.com/forums/index.php?t=msg&goto=5724&S=8a830860280cfcdb607f555c434b146e


Regards

Bernhard


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to