Skip to content
This repository was archived by the owner on May 16, 2018. It is now read-only.
This repository was archived by the owner on May 16, 2018. It is now read-only.

session.hash_bits_per_character dafeults to 5, but PHP has default 4 #736

Description

@divinoro

In the Zend_Session, function ::_checkID($id) there is check if session.hash_bits_per_character is set in PHP ini - if not, it defaults to 5. According to PHP manual, default is 4. This is causing us real troubles, could you please change it ?

PS: also consider removal of this INI check, as session.hash_bits_per_character is removed in 7.1, thank you

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions