Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
PHP 8.1 has deprecated passing null values to non-nullable internal function parameters:
https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg
This can lead to deprecation warnings and potential errors in future versions.
Example of a deprecation warning:
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in Thrift/StringFunc/Core.php on line 38
Attachments
Issue Links
- links to