[wp-trac] [WordPress Trac] #25648: plugin.php causes infinite loop and gigabytes of warning messages in error logs

WordPress Trac noreply at wordpress.org
Mon Oct 21 15:49:33 UTC 2013


#25648: plugin.php causes infinite loop and gigabytes of warning messages in error
logs
--------------------------+------------------------------
 Reporter:  ticktoo       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Plugins       |     Version:  3.6.1
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by johnbillion):

 Generating a warning here is the correct thing to do. The array elements
 in `$wp_filter` should always be arrays. If a plugin is doing something
 stupid like setting one of the `$wp_filter` elements to an invalid value,
 we shouldn't silence the error. This is untested, incorrect code on
 WordPress SEO's part.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25648#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list