ZF-8860: Zend_Service_WindowsAzure requires cURL
Description
Zend_Service_WindowsAzure_Storage::__construct generates a default Zend_Http_Client with constants of CURLOPT_*
Zend_Service_WindowsAzure_Storage::__construct generates a default Zend_Http_Client with constants of CURLOPT_*
Comments
Posted by Maarten Balliauw (maartenba) on 2010-01-18T12:44:01.000+0000
The constants will remain in there, but will only be used if function_exists(' curl_init'). Leaving the initialization out would cause inconvenience for users wanting to take advantage of cURL.
Posted by Marc Bennewitz (private) (mabe) on 2010-01-18T12:56:49.000+0000
Are you sure:
Posted by Maarten Balliauw (maartenba) on 2010-01-18T13:01:19.000+0000
Still have to commit to SVN though :-)