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

uopz breaks user-level session storage #7

Closed
donicek opened this issue Sep 13, 2014 · 1 comment
Closed

uopz breaks user-level session storage #7

donicek opened this issue Sep 13, 2014 · 1 comment

Comments

@donicek
Copy link

donicek commented Sep 13, 2014

Call to php_uopz_clean_user_function and php_uopz_clean_user_class in PHP_RSHUTDOWN_FUNCTION (uopz.c:690-691) removes all user-defined functions, including user-defined session storage handlers which may still be needed later in RSHUTDOWN for PHP's session module in order to write session data and close the session properly.

This results in bogus PHP Warning: "Unknown: Failed to write session data (user). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0" and breaks user-level session storage when uopz module is enabled.

@krakjoe
Copy link
Owner

krakjoe commented Apr 9, 2016

This is not a problem any longer with v5.

@krakjoe krakjoe closed this as completed Apr 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants