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
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: