summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
Commit message (Expand)AuthorAgeFilesLines
* implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http...Frederik Bosch2018-07-311-0/+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-4/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'pull-request/2261'Joe Watkins2017-01-011-0/+2
|\
| * Add PHPAPI php_session_flush and php_session_destroydreamszhu2017-01-011-0/+2
* | Add PHPAPI for session class entrydreamszhu2016-12-311-4/+4
|/
* Fix bug #73100 - Improve bug fix. Forbid to set 'user' save handler other tha...Yasuo Ohgaki2016-12-221-1/+2
* Fix bug #71038 - session_start() returns true even when it failedYasuo Ohgaki2016-11-171-3/+3
* keep ABIAnatol Belski2016-11-161-1/+1
* Refactor and cleanup implementation.Yasuo Ohgaki2016-11-161-0/+1
* Revert "Fix Bug #73461"Yasuo Ohgaki2016-11-161-1/+0
* Fix Bug #73461Yasuo Ohgaki2016-11-161-0/+1
* Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/sessi...Yasuo Ohgaki2016-09-011-3/+3
* Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"Yasuo Ohgaki2016-09-011-3/+3
* Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gcYasuo Ohgaki2016-08-291-3/+3
* Merge RFC: Session ID without hashingYasuo Ohgaki2016-08-121-7/+2
* Restored signed format specifierDmitry Stogov2016-06-211-3/+3
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* 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
* | fix datatype mismatchesAnatol Belski2015-03-241-5/+5
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+3
* | Merge branch 'PHP-5.6'Julien Pauli2015-03-161-1/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-03-161-1/+0
| |\
| | * Fix flaws in session moduleJulien Pauli2015-03-161-1/+0
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | | Pass maxlifetime to save handlersYasuo Ohgaki2015-02-121-3/+3
* | | Cleanup trans sid code. Behavior is unchanged.Yasuo Ohgaki2015-02-021-2/+1
* | | WIP - test passesYasuo Ohgaki2015-01-221-22/+60
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | | almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-141-1/+1
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-8/+8
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
* | | ext/iconv, ext/json and ext/session use static tsrmls pointerAnatol Belski2014-10-171-1/+4
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-12/+12
* | | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | | ported ext/sessionAnatol Belski2014-08-191-12/+12
* | | Refactoring wddx (incompleted, is there any one use it? )Xinchen Hui2014-05-111-18/+13
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-1/+1
* | | Fixed unserialize()Dmitry Stogov2014-04-101-1/+1
* | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-2/+2
* | | Refactor session (incompleted)Xinchen Hui2014-03-291-4/+4