I'm not sure if this is related to the problem, but I've finally found out the reason for apache crashes for me. The reason is a bug in zend optimizer and after upgrade it began to work OK. http://www.zend.com/forums/index.php?t=msg&goto=7323&S=f987dc025b5261de2b20e8201f949b80 My problem was that on some php errors (undefined variable in template for example) apache died. The reason is debug_backtrace() which is clled in cakephp error handler that caused apache crush because of zend optimizer bug.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
