[wp-trac] Re: [WordPress Trac] #1476: WordPress Update Notification

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 17 16:33:58 GMT 2007


#1476: WordPress Update Notification
---------------------------------------------------+------------------------
 Reporter:  mdawaffe                               |        Owner:  pishmishy  
     Type:  enhancement                            |       Status:  assigned   
 Priority:  normal                                 |    Milestone:  2.3 (trunk)
Component:  Administration                         |      Version:  2.1        
 Severity:  normal                                 |   Resolution:             
 Keywords:  update upgrade has-patch dev-feedback  |  
---------------------------------------------------+------------------------
Comment (by santosj):

 4. Well, on this, I have some experience bypassing this. Very difficult,
 depending on how crappy (paranoid) the host is, but possible. My
 suggestion would be to use the three or four methods and if they all fail,
 then tell the user to switch hosts or to wordpress.com.

 Curl
 Fopen (if ini_settings allows for this. however, PHP 4 and PHP 5 has an
 extra ini setting for allowing fopen and closing
 include(_once)/require(_once)
 Sockets (fsockopen) (second prefer for PHP 4)
 Streams (prefer for PHP 5 and PHP 4)
 HTTP (PHP 5.2) (if exists, and if anyone knows how to use it, then use
 this for PHP 5.2)

 Yeah, it can be nasty, but for full support, pretty much required work. As
 far as I know, at least one of these should allow for bypassing the
 allow_fopen_urls ini config. If not, then just spit out some error.

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


More information about the wp-trac mailing list