You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your amazing work on FrankenPHP β it's blazing fast and works beautifully with Laravel Octane.
I noticed that the prebuilt binaries (e.g. frankenphp-linux-x86_64) do not include support for the argon2 password hashing algorithm (e.g. PASSWORD_ARGON2ID).
This causes runtime errors in modern PHP applications (like Laravel or Symfony) that rely on Hash::make() or password_hash() with argon2.
Would you consider enabling --with-password-argon2 when building the password extension in future prebuilt releases?