summaryrefslogtreecommitdiff
path: root/ext/session/mod_user_class.c
Commit message (Expand)AuthorAgeFilesLines
* Pass maxlifetime to save handlersYasuo Ohgaki2015-02-121-3/+3
* WIP - test passesYasuo Ohgaki2015-01-221-0/+34
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-14/+14
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Merge branch 'PHP-5.6'Adam Harvey2014-09-081-0/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-09-081-0/+2
| |\
| | * Fix bug #67972 (SessionHandler Invalid memory read create_sid()).Adam Harvey2014-09-081-0/+2
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Merge PR 109 - Add create_sid to session_set_save_handler and SessionHandlerArpad Ray2013-06-271-0/+16
| | |\
| | | * Tests, fixes and optimisationsLeigh2012-06-261-4/+4
| | | * Add create_sid to session_set_save_handler and SessionHandlerLeigh2012-06-151-0/+16
| | | * 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
| | | * Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-131-0/+144
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-2/+2
* | | ported ext/sessionAnatol Belski2014-08-191-2/+2
* | | Refactor session (incompleted)Xinchen Hui2014-03-281-21/+15
* | | Refactor session (incompleted)Xinchen Hui2014-03-261-3/+5
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-1/+1
* | Tests, fixes and optimisationsLeigh2013-06-271-4/+4
* | Add create_sid to session_set_save_handler and SessionHandlerLeigh2013-06-271-0/+16
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix #63379 - Don't reset mod_user_is_open in destroyArpad Ray2012-12-131-1/+0
* 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
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-131-0/+144