plivo / plivo-php

Plivo PHP Helper Library
http://www.plivo.com
MIT License
110 stars 117 forks source link

Add PHP 8.1 support #285

Closed toannguyendts closed 1 year ago

toannguyendts commented 1 year ago

We have found some error when using on PHP 8.1

1/ Return type of Plivo\Resources\ResourceList::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable 2/ Exception Message in PHP8.1: http_build_query(): Passing null to parameter 2 ($numeric_prefix) of type string is deprecated

narayana-plivo commented 1 year ago

@toannguyendts we added support 8.1 on v4.37.1

@abhineet-plivo