Re: [fw-general] Zend_Http_Client vs cURL

2008-12-22 Thread Benjamin Eberlei
You can also use cURL as adapter for Zend_Http_Client. There is a version in the SVN incubator. The Socket Adapter of Zend_Http_Client has far less functionality than cURL. You need Zend_Http_Client for certain components that rely on it (Service_* for example, Zend_Rest). On Mon, 22 Dec 2008

[fw-general] Zend_Http_Client vs cURL

2008-12-21 Thread Luiz A Brandao Jr
Hello, What's the reason to use Zend_Http_Client over the cURL extension? Do you know how Zend_Http_Client performs comparatively to curl? Thank you, Luiz

Re: [fw-general] Zend_Http_Client vs cURL

2008-12-21 Thread till
On Mon, Dec 22, 2008 at 12:23 AM, Luiz A Brandao Jr fromv...@gmail.com wrote: Hello, What's the reason to use Zend_Http_Client over the cURL extension? Do you know how Zend_Http_Client performs comparatively to curl? Thank you, Luiz If performance is your #1 priority over maintainable