After enabling xdebug in php.ini and restarting apache, viewing the default XAMPP localhost index causes apache to crash in the same way every time, reporting 'php_xdebug.dll' as the Fault Module Name.
The problem is that XDebug is not compatible with Zend optimizer so you need to comment all sections under the [Zend] section.