summaryrefslogtreecommitdiff
path: root/ext/session/mod_user_class.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fix #63379 - Don't reset mod_user_is_open in destroyArpad Ray2012-12-131-1/+0
| | | | The parent handler is still open so the reset here was in error.
* fix return values of inherited session handler to match user handlers - #60640Arpad Ray2012-01-041-5/+5
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* fix default session handler error messageArpad Ray2011-09-141-1/+1
|
* Fix bug #55688 (Crash when calling SessionHandler::gc())Xinchen Hui2011-09-141-1/+1
| | | | | Need arpad to review this change
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-131-0/+144