[wp-trac] [WordPress Trac] #24325: [wp-includes/load.php] LINE 270: ini_set should be verify before call

WordPress Trac noreply at wordpress.org
Fri May 17 12:54:10 UTC 2013


#24325: [wp-includes/load.php] LINE 270: ini_set should be verify before call
-------------------------+------------------------------
 Reporter:  teo.cojo     |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  General      |     Version:
 Severity:  minor        |  Resolution:
 Keywords:               |
-------------------------+------------------------------
Changes (by SergeyBiryukov):

 * keywords:  has-patch =>


Comment:

 Looks like most of other instances in core use error suppression:
 `@ini_set(...)`.

 Not sure if that would make sense here though. These are the ones that
 only run with `WP_DEBUG` on, so if `ini_set()` is disabled, hiding that
 fact would make debugging harder.

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


More information about the wp-trac mailing list