[wp-trac] Re: [WordPress Trac] #9861: Use cURL for RSS

WordPress Trac wp-trac at lists.automattic.com
Mon May 18 18:15:04 GMT 2009


#9861: Use cURL for RSS
--------------------------+-------------------------------------------------
 Reporter:  DarrenS       |       Owner:  dd32
     Type:  defect (bug)  |      Status:  new 
 Priority:  normal        |   Milestone:  2.8 
Component:  HTTP          |     Version:  2.8 
 Severity:  major         |    Keywords:      
--------------------------+-------------------------------------------------

Comment(by DarrenS):

 Argh! damn thing, wrong paste.

 cURL support    enabled
 cURL Information        libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3
 libidn/1.8 libssh2/0.18

 <?php
 $ch = curl_init();
 curl_setopt ($ch, CURLOPT_URL, "http://www.google.com/");
 curl_setopt ($ch, CURLOPT_HEADER, 0);
 curl_exec ($ch);
 curl_close ($ch);
 ?>

 This directs me to google just fine so again I don't know why I'm getting
 these error's via Wordpress.

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


More information about the wp-trac mailing list