rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

Guzzle needs to be version >=6.3 to avoid error in PHP7.2 #725

Open firemankurt opened 6 years ago

firemankurt commented 6 years ago

See: https://github.com/guzzle/guzzle/issues/1956

Guzzle needs to be version >=6.3 to avoid error in PHP7.2

Don't know if you can just update composer.json to say "guzzlehttp/guzzle": "~6.0" or if other code needs updating.

drrhf commented 6 years ago

I'm not sure where to mention this, but google-api-php-client-2.22 (the latest I think) still fails with the 'count()' error discussed in guzzle/guzzle#1956 when using PHP Version 7.2.8.