[wp-trac] [WordPress Trac] #14889: Memory Comparison Broken / WordPress Memory Limit
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Thu Jun  9 10:08:53 UTC 2011
    
    
  
#14889: Memory Comparison Broken / WordPress Memory Limit
------------------------------+-----------------------------
 Reporter:  hakre             |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Future Release
Component:  General           |     Version:  3.0
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+-----------------------------
Comment (by hakre):
 Jup, -1 is taken care of, ff check for null is added on front, it's dealt
 with the error case of @ini_get as well:
 {{{
     if ( null !== $current_limit && -1 != $current_limit && [...]
 }}}
 My 2 cents.
-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14889#comment:36>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list