Skip to content
Snippets Groups Projects
Commit d0740464 authored by Larry Garfield's avatar Larry Garfield Committed by Christian Kuhn
Browse files

[TASK] Resolve unit test failures under PHP 8.1

libsodium doesn't support multi-threading. It's unclear why
this code didn't fail previously on 8.0, but sending a thread
count to password_hash() while ext/sodium is enabled is not
supported regardless. I believe this is the least-invasive
fix.

Resolves: #95159
Releases: master
Change-Id: I0e46ad46bc1440efcc118abd9d1dd82e9de4d2b1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70975


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 2f894777
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment