Hi π
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?
Thanks again for your awesome work!