This may be usefull to someone... It took me couple of hours to discover it so let's hope I'll save that time to someone else.
I'm having a database with 50+ tables and lot of hasMany relations CakePHP runs on Apache2 and php5. When zend.zel_compatibility_mode is On, many relashions that I have cause CakePHP to act really strange. Sometimes it makes php exhaust all memory available, sometimes segmentation fault... When I delete some of relations in my models, it works...but of course that can't be the solution. Turning zend.zel_compatibility_mode=Off puts all back to normal and CakePHP works as expected. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
