To resurrect this thread code coverage was broken for me on my new computer. But by changing line 115 of /cake/tests/lib/ code_coverage_manager.php to
xdebug_start_code_coverage(XDEBUG_CC_UNUSED); it started to work! Hope it solves someone else's issues too -Mark On Nov 9, 12:09 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > On Sun, Nov 9, 2008 at 6:36 AM, Brett Wilton <[EMAIL PROTECTED]> wrote: > > @Tarique > > I tried upping the memory to 512MB and still get the apache error > > Segmentation fault (11). Can you say what php memory allocation you > > had that worked successfully ? > > 128M worked fine - and FWIW we are using XAMPP on fedora > > Tarique > > -- > ============================================================= > Cheesecake-Photoblog:http://cheesecake-photoblog.org > PHP for E-Biz:http://sanisoft.com > ============================================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
