summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-2/+2
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0)Dmitry Stogov2018-07-041-2/+2
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-50/+50
* | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-9/+9
* | Intern auto global name strings in first placeDmitry Stogov2017-11-291-1/+1
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-2/+3
* | Clarify bin_to_readable codeNikita Popov2017-11-141-10/+11
* | move zend_ato*() to size_t and remove castsAnatol Belski2017-07-281-1/+1
* | Merge branch 'PHP-7.2'Anatol Belski2017-07-261-1/+6
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-07-261-1/+6
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-261-1/+6
| | |\
| | | * Fixed bug #74833, SID constant created with wrong module numberAnatol Belski2017-07-261-1/+6
* | | | Add warning for change session id when session is activedreamsxin2017-07-251-0/+5
|/ / /
* | | Fixed bug #74941 - Session fails to start after having headers sentSergei Morozov2017-07-201-2/+2
* | | Fixed bug #74936 - session_*() functions trigger a warning in read mode when ...Sergei Morozov2017-07-181-3/+3
* | | Fixed bug #74514 5 session functions incorrectly warn when calling in read-on...Yasuo Ohgaki2017-07-011-5/+5
* | | Only compute callback name in error casesNikita Popov2017-06-251-3/+2
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-091-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-091-1/+5
| |\ \ | | |/
| | * Fix Bug #74541 Wrong reflection on session_start()Fabien Villepinte2017-05-081-1/+5
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Separate array in session upload progressNikita Popov2017-01-231-0/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-191-2/+1
|\ \ \ | |/ /
| * | Update comment, incorrect since 224aaf94SjonHortensius2017-01-191-2/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Add PHPAPI php_session_flush and php_session_destroydreamszhu2017-01-011-3/+3
* | | fix uninitialized valueAnatol Belski2016-12-271-0/+1
* | | Fixed typo in "session_module_name"Graham Campbell2016-12-271-1/+1
* | | Fix bug #73100 - Improve bug fix. Forbid to set 'user' save handler other tha...Yasuo Ohgaki2016-12-221-0/+12
* | | Remove "register_globals" support codes from php/php_binary serializers.Yasuo Ohgaki2016-12-211-55/+27
* | | Fix bug #71038 - session_start() returns true even when it failedYasuo Ohgaki2016-11-171-68/+304
|/ /
* | Refactor and cleanup implementation.Yasuo Ohgaki2016-11-161-4/+7
* | Revert "Fix Bug #73461"Yasuo Ohgaki2016-11-161-2/+1
* | Fix Bug #73461Yasuo Ohgaki2016-11-161-1/+2
* | Simply return FALSE from session_gc(). Error could be annoying because intern...Yasuo Ohgaki2016-10-181-1/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-101-18/+21
|\ \ | |/
| * Fixed bug #73273Nikita Popov2016-10-101-18/+21
* | Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/sessi...Yasuo Ohgaki2016-09-011-8/+39
* | Revert "Revert "Merge RFC https://wiki.php.net/rfc/session-create-id""Yasuo Ohgaki2016-09-011-4/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-011-41/+38
|\ \ | |/
| * Fix bug #72940 properly. Reduce needless branchesYasuo Ohgaki2016-09-011-41/+38
* | Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"Yasuo Ohgaki2016-09-011-39/+8
* | Revert "Merge RFC https://wiki.php.net/rfc/session-create-id"Yasuo Ohgaki2016-09-011-19/+4
* | Merge RFC https://wiki.php.net/rfc/session-create-idYasuo Ohgaki2016-08-311-4/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-08-301-0/+1
|\ \ | |/
| * Fixed bug #72940 SID always return "name=ID", even if session cookie existYasuo Ohgaki2016-08-301-0/+1