I working on project, developed with Zend Framework and decided to do some work at home, but i ran in strange problem: when I open home page of that website on my local machine, it closes connetcion immediately and Windows error pops up, saying that apache was crashed (but actually it isn't).
So by switching to another revisions of project I've found that problem occurs, when one of Zend Framework files (actually Zend_Auth class) has 8 spaces of indentation in one of methods (someone of our team modified that file, and then has deleted his changes, leaving spaces there).
Interesting thing: if i delete or add space to line, that makes it happen, website works as normal, if I return those 8 spaces, it would be broken again.
My specs:
Windows 7 Apache 2.2.22 (from www.apachelounge.com) installed as service (running from system user account) PHP 5.3
EDIT: If someone interesting, those spaces are in file Auth.php (Zend_Auth class) at line 118. You could try it on your projects with your setups.