[wp-trac] [WordPress Trac] #24747: Strict Standards errors on plugin search

WordPress Trac noreply at wordpress.org
Sun Jul 14 15:25:33 UTC 2013


#24747: Strict Standards errors on plugin search
--------------------------+------------------------------
 Reporter:  DrewAPicture  |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Plugins       |     Version:  2.7
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------------------

Comment (by SergeyBiryukov):

 Replying to [comment:5 DrewAPicture]:
 > Cool. Is this is a PHP version-specific thing -- in other words -- how
 would one reproduce this?

 I can reproduce in PHP 5.3 by setting `error_reporting( E_ALL | E_STRICT
 )` in a mu-plugin.

 In PHP 5.4, `E_ALL` includes `E_STRICT`, so just `define('WP_DEBUG',
 true)` in `wp-config.php` is enough.

 As noted in comment:6, the message only appears for already installed
 plugins that don't have an update yet.

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


More information about the wp-trac mailing list