[wp-trac] Re: [WordPress Trac] #5037: WordPress 2.3 doesn't finish to load when fsockopen has been disabled

WordPress Trac wp-trac at lists.automattic.com
Fri Sep 21 21:39:23 GMT 2007


#5037: WordPress 2.3 doesn't finish to load when fsockopen has been disabled
-----------------------+----------------------------------------------------
 Reporter:  xknown     |        Owner:  anonymous
     Type:  defect     |       Status:  new      
 Priority:  normal     |    Milestone:  2.3      
Component:  General    |      Version:  2.3      
 Severity:  normal     |   Resolution:           
 Keywords:  has-patch  |  
-----------------------+----------------------------------------------------
Comment (by markjaquith):

 Agree that we should be preventing an infinite loop -- but not that we
 should limit it to wp-admin.  It's really close to release, let's just fix
 the bug.

 Checking fsockopen() is good, but line 33 also troubles me because all it
 tests for is "false" (which obviously is failing in the case of
 fsockopen() being blocked).  We should be testing $fs with
 {{{is_resource()}}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5037#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list