﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14287	"if you have the ""Text Domain"" option in a plugin head on IIS plugin.php timesout"	pbearne		"Hi 

I have a IIS server with fastCGI etc. 

I kept getting timeouts trying to load plugin.php it loaded if I removed all the plugins so I added them back in one by one untill I got to one that caused the problem

I have worked out that is looks like if you have this as the start of file

this doesn't work 
{{{
/*
Plugin Name: xxxxx
Plugin URI: http://wordpress.org/extend/plugins/xxx/
Description: xxxxx
Version: .01
Author: xxx xxx
Author URI: http://xxx.com
Text Domain: xxx-xxx
*/
}}}

this does

{{{
/*
Plugin Name: xxxxx
Plugin URI: http://wordpress.org/extend/plugins/xxx/
Description: xxxxx
Version: .01
Author: xxx xxx
Author URI: http://xxx.com

*/
}}}

The diff is that I have removed 
{{{
Text Domain: xxx-xxx
}}}
 "	defect (bug)	closed	normal		Plugins	3.0	normal	worksforme	reporter-feedback	pbearne
