Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 273 forks source link

Breaking changes: the getResponse() function from \WindowsAzure\Common\Internal\Http\IHttpClient is replaced by sendAndGetResponse() #877

Closed sergey-shandar closed 8 years ago

sergey-shandar commented 8 years ago

We plan to remove PEAR libraries such as HTTP_Request2 (Issue #797). So we need to replace functions which return types from the PEAR libraries, such as HTTP_Request2_Response. This PR is one of the first steps to do so.

azuresdkci commented 8 years ago

Can one of the admins verify this patch?