Skip to content

Add Argon2 password hashing support in prebuilt binariesΒ #1728

@hoang19020302

Description

@hoang19020302

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions