Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix saving sessions in PHP 5.4 with user session handlers (fix #12) #26

Closed
wants to merge 1 commit into from

Commits on Mar 31, 2013

  1. Fix saving sessions in PHP 5.4 with user session handlers (fix sektio…

    …neins#12)
    
    When session storage functions are set with session_set_save_handler()
    (this is the "mod_user" mode), mod_data will be NULL in PHP 5.4, and
    suhosin session hooks will bail out.
    PHP 5.4 allows to check this with mod_user_implemented instead.
    blino committed Mar 31, 2013
    Copy the full SHA
    117b6aa View commit details
    Browse the repository at this point in the history