**Describe the bug** php 8.0 deprecated `libxml_disable_entity_loader` since it's no longer needed with the updated libxml version used **To Reproduce** Run version 2.x with deprecation activated (e.g. `error_reporting(-1);`) **Expected behavior** Getting no deprecation warnings. **Your Environment** - Which version of this library are you using? **2.12.22** - Which version of php are you using? **8.0.11** I have a fix ready [here](https://github.com/recurly/recurly-client-php/compare/v3-v2021-02-25...tolry:patch-1?expand=1) and could submit this, if wanted.