-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix GH-14807 ext/standard levenshtein overflow on 3rd, 4th and 5th arguments. #14809
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
base: PHP-8.2
Are you sure you want to change the base?
Conversation
This doesn't solve the problem in general, also the weights are allowed to be negative |
Oh I see you already work on it he might be better if you continue with it :) |
I didn't really come up with a general solution, see #13823 (comment) |
@devnexen I thought about this more. I think there's two ways to go about this:
|
Thanks I ll look at it within the next days. |
Both appear to be well-thought out and analyzed, and unfortunately neither seems to be fully backward compatible. I consider the current weighted |
No description provided.