Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
Description
Currently there is a problem with THttpClient and PHP 7.4. When instantiating a new THttpClient the following deprecated error occurs:
Array and string offset access syntax with curly braces is deprecated
/home/travis/build/apioo/fusio-adapter-thrift/vendor/apache/thrift/lib/php/lib/Transport/THttpClient.php:109
/home/travis/build/apioo/fusio-adapter-thrift/src/Connection/Thrift.php:81
/home/travis/build/apioo/fusio-adapter-thrift/tests/Connection/ThriftTest.php:62
A fix would be simply to use [] instead of {} to access a char of the string.
Attachments
Attachments
Issue Links
- links to