summaryrefslogtreecommitdiff
path: root/ext/session/mod_user.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Clean up ext/session errorsMáté Kocsis2020-09-111-6/+8
* Merge branch 'PHP-7.4'Joe Watkins2019-10-041-9/+8
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-041-9/+8
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-041-7/+8
| | |\
| | | * fix #78624: session_gc return value for user defined session handlersBrent Shaffer2019-10-041-7/+8
| | | * year++Xinchen Hui2018-01-021-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / /
* | | ext/session: remove the redundant convert_to_longc9s2019-03-141-1/+2
* | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | year++Xinchen Hui2018-01-021-1/+1
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Improve error messageYasuo Ohgaki2016-11-161-1/+1
* Refactor and cleanup implementation.Yasuo Ohgaki2016-11-161-0/+8
* Revert "Fix Bug #73461"Yasuo Ohgaki2016-11-161-82/+0
* Fix Bug #73461Yasuo Ohgaki2016-11-161-0/+82
* Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/sessi...Yasuo Ohgaki2016-09-011-2/+11
* Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"Yasuo Ohgaki2016-09-011-11/+2
* Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gcYasuo Ohgaki2016-08-291-2/+11
* Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-3/+2
* Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-2/+11
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-151-1/+10
| |\
| | * Fixed bug #69111 (Crash in SessionHandler::read()).Yasuo Ohgaki2016-01-151-1/+10
| * | 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
| * | Reverted ad4533fdbabcc3e545277e30023b2fdce16297a0Anatol Belski2015-07-211-2/+2
| * | Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.Yasuo Ohgaki2015-07-211-2/+2
* | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-2/+3
|/ /
* | ZTS cleanupReeze Xia2015-03-081-1/+1
* | Remove excessive macrosYasuo Ohgaki2015-01-291-30/+10
* | WIP - test passesYasuo Ohgaki2015-01-221-1/+37
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-14/+14
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-8/+8
* | basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* | Merge branch 'master' into phpngDmitry Stogov2014-07-081-1/+4
|\ \
| * | Followup fix to custom session save handlersSara Golemon2014-07-071-1/+4
* | | Merge branch 'master' into testDmitry Stogov2014-07-071-6/+18
|\ \ \ | |/ /
| * | Fix handling of session user module custom handlers.Sara Golemon2014-07-061-6/+16
| |/
* | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-7/+7
* | Fixed retval for ps_call_handlerXinchen Hui2014-03-291-1/+6
* | Refactor session (incompleted)Xinchen Hui2014-03-281-52/+44
|/