Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.21.0
-
None
Description
The PHP library is outputting notice:
Use of "static" in callables is deprecated
This is caused by use of static callables in apache/thrift/lib/php/lib/Type/TConstant.php
if (is_null(static::$$constant)) { static::$$constant = call_user_func( sprintf('static::init_%s', $constant) ); } return static::$$constant;
The fix is describe here for PHP 8.2 deprecated.
Although, this may need to be updated elsewhere also.
Attachments
Issue Links
- links to