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

count(): Parameter must be an array or an object that implements Countable. #979

Open Robjam opened 6 years ago

Robjam commented 6 years ago

Environment: PHP 7.2 WordPress 4.6.5

Error: count(): Parameter must be an array or an object that implements Countable. at line 67 of HttpGuzzle/handler/CurlFactory.php

This issue was resolved in HttpGuzzle in 6.3.

It also appears the google sdk had a similar issue that was resolved.