Re: [fw-general] zend_feed with curl

2008-08-12 Thread Dimitri van Hees
hi matthew, thanks for your reply. however, i noticed that Zend_Http does the trick with the timeout for me as well. my main problem remains: as Zend_Feed:importString appearantly only accepts a PHP string, I don't know how to create a feed from a Zend_Http_Response object, a SimpleXML object

Re: [fw-general] zend_feed with curl

2008-08-12 Thread Matthew Weier O'Phinney
-- Dimitri van Hees <[EMAIL PROTECTED]> wrote (on Monday, 11 August 2008, 11:33 PM +0200): > is there a possibility to combine zend_feed with curl? the problem i > encounter is that some of the external feeds i try to fetch are offline > a lot of the time. for that reason, i'd like to use curl

[fw-general] zend_feed with curl

2008-08-11 Thread Dimitri van Hees
hello list, is there a possibility to combine zend_feed with curl? the problem i encounter is that some of the external feeds i try to fetch are offline a lot of the time. for that reason, i'd like to use curl (with an option to timeout properly) to retrieve the feed contents. i'd see Zend_Fe