-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
chore: remove all mbstring.func_overload references
#53578
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
Conversation
|
Conflicts :/ |
74d9278 to
6c1a54d
Compare
|
Rebased and solved conflicts |
|
Related |
|
I do not know what’s the correct way to update those hashes. @nickvergessen You’re the last one to touch those hashes (6 years ago 🙈 ), do you know what’s to do? |
Deprecated in PHP 7.2 Removed in PHP 8.0 https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.func-overload Signed-off-by: Josh <[email protected]>
Deprecated in PHP 7.2 Removed in PHP 8.0 https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.func-overload Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
…ntent Signed-off-by: Josh <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
978fa7f to
4082a45
Compare
|
Just to have it "documented"
Dummy thought is: server/tests/lib/IntegrityCheck/CheckerTest.php Lines 734 to 738 in b7c1594
But what I did was: server/tests/lib/IntegrityCheck/CheckerTest.php Lines 603 to 605 in b7c1594
Print actual values. Update the hash (L588) and signature (L591) in this test and use the same values in testVerifyCoreSignatureWithValidModifiedHtaccessSignatureData
|
Summary
Checklist