﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
5651	Optimize get_plugin_data	filosofo	jacobsantos	"When get_plugin_data looks up the plugin's Author, URL, Description, etc., it slurps in the entire plugin file, and runs 5 regexp matches against it.  This seems to result in fatal errors for a number of people, as googling will show ![1].

Instead, the get_plugin_data should check just the first 30 lines, as my attached patch does.


![1] Some examples of this fatal error in the wild:
 * http://wordpress.org/support/topic/150471
 * http://wordpress.org/support/topic/140340
 * http://wordpress.org/support/topic/143247
 * http://wordpress.org/support/topic/145806
 * http://wordpress.org/support/topic/146956#post-662559

 * http://www.ilfilosofo.com/forum/topic/103
 * http://support.revolutiontheme.com/viewtopic.php?p=1841"	defect (bug)	closed	normal	2.7	General	2.5	normal	fixed	has-patch get_plugin_data memory plugin-management needs-testing	filosofo
