summaryrefslogtreecommitdiff
path: root/ext/session/mod_user_class.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gcYasuo Ohgaki2016-08-291-2/+5
* Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-151-2/+25
|\
| * Fixed bug #69111 (Crash in SessionHandler::read()).Yasuo Ohgaki2016-01-151-3/+24
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | RETURN_FALSEXinchen Hui2015-09-181-2/+1
* | Reverted ad4533fdbabcc3e545277e30023b2fdce16297a0Anatol Belski2015-07-211-1/+1
* | Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.Yasuo Ohgaki2015-07-211-1/+1
* | 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