PHP-SDK - 3.9.1

3.9.1

May 31st, 2022

Bug Fixes

  • Since php 8.1 internal functions are using proper return types. This results in deprecation notices for some of the methods. To suppress the notice for php8.1+ the new ReturnTypeWillChange attribute is added to the method in question. (#242)

  • In HTTPProjectConfigManager fetchDatafile function datafile should be a string. So it is fixed by using ->getContents() which returns string. (#243, #247)

  • Return type should be ProjectConfigInterface when calling createProjectConfigFromDatafile method. (#249)



https://github.com/optimizely/php-sdk/releases/tag/3.9.1