AlexaCRM / dynamics-webapi-toolkit

Dynamics 365 Web API Toolkit for PHP
MIT License
77 stars 58 forks source link

Deprecated Error Message #81

Closed dantedantas closed 2 years ago

dantedantas commented 2 years ago

I am getting the error below:

image

Please, could you help me to solve the issue, or, hide the message?

Php version: 8.1.5 I changed already the php.ini file but the deprecated error message is still displayed.

image

image

image

Please, could you help me?

dantedantas commented 2 years ago

Please, could someone help me with this issue?

georged commented 2 years ago

@dantedantas

the warnings will be fixed in due course. It looks like an environmental issue because disabling deprecated and strict should be sufficient. If you can't resolve it by supressing then I'd recommend downgrading PHP version as we are unable to provide support for specific environments.

dantedantas commented 2 years ago

Thank you Georg.