saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 103 forks source link

PHP7.4 Compatibility #135

Closed esurov closed 1 year ago

esurov commented 1 year ago

Since PHP7.4 does not yet support parameter type mixed the only way to get it working is to removed the type mixed in the ArrayAccess interfaced classes.

php7.4-compatibility

n8rowley commented 1 year ago

Looking forward to this!

anderly commented 1 year ago

This is available in Release 0.6.4