-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix PHP 8.2 deprecations #3893
Fix PHP 8.2 deprecations #3893
Conversation
* | ||
* @return string The input string converted to UTF-8 | ||
*/ | ||
protected function toUTF8($s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method is no more used, co I removed it instead of fixing it
There are changes in Voayger ILS drivers, but I have no access to any Voyager system, so I can not test it... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @xmorave2! This all makes sense to me. Like you, I am no longer able to directly test the Voyager drivers. However, I was able to write unit tests to exercise enough of the changed code to convince myself that it's safe to merge. (I confirmed that the tests passed both here and in the dev branch).
Co-authored-by: Demian Katz <demian.katz@villanova.edu>
See https://www.php.net/releases/8.2/en.php