History log of /PHP-7.4/ext/session/session.c (Results 51 – 75 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a93a51c3 22-Dec-2016 Yasuo Ohgaki

Fix bug #73100 - Improve bug fix. Forbid to set 'user' save handler other than set_save_handler().


Revision tags: php-7.1.1, php-5.6.29
# bf5c502e 07-Dec-2016 Yasuo Ohgaki

Remove "register_globals" support codes from php/php_binary serializers.
As a result, users may use PS_UNDEF_MAKER(=!) char for session variable name.


Revision tags: php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1
# 7f196e32 17-Nov-2016 Yasuo Ohgaki

Fix bug #71038 - session_start() returns true even when it failed
PR #2167


# 3d6e9223 15-Nov-2016 Yasuo Ohgaki

Refactor and cleanup implementation.


# 7b29c3fb 11-Nov-2016 Yasuo Ohgaki

Revert "Fix Bug #73461"

This reverts commit 0383de14678e4c77e11ebf261530d4c1260825a1.


# 6230c2ba 10-Nov-2016 Yasuo Ohgaki

Fix Bug #73461

This patch disables any invalid save handler calls.


Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1
# 70afe4c4 17-Oct-2016 Yasuo Ohgaki

Simply return FALSE from session_gc(). Error could be annoying because internal save handlers may return -1 when GC cannot be performed for reasons


Revision tags: php-7.1.0RC4, php-5.6.27, php-7.0.12
# c91f652d 10-Oct-2016 Nikita Popov

Fixed bug #73273

As well as a few other $_SESSION separation issues.


Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1
# a4a2f66e 01-Sep-2016 Yasuo Ohgaki

Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc""

This reverts commit 355c7e7d1cdc180d368c6214ea7605443fc88c92.


# b36ae746 01-Sep-2016 Yasuo Ohgaki

Revert "Revert "Merge RFC https://wiki.php.net/rfc/session-create-id""

This reverts commit 663f1c8fb08ba51a00d7d8ed6261916c6fc8d5df.


# cc797d4f 31-Aug-2016 Yasuo Ohgaki

Fix bug #72940 properly. Reduce needless branches


# 355c7e7d 31-Aug-2016 Yasuo Ohgaki

Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"

This reverts commit 1cf179e4150308d8217d9517408ca5e22b5d607f.


# 663f1c8f 31-Aug-2016 Yasuo Ohgaki

Revert "Merge RFC https://wiki.php.net/rfc/session-create-id"

This reverts commit 7ee9f81c54ca888beae1c6aaeaccee1260012076.


Revision tags: php-7.1.0RC1
# 7ee9f81c 31-Aug-2016 Yasuo Ohgaki

Merge RFC https://wiki.php.net/rfc/session-create-id


Revision tags: php-7.0.11RC1
# b5f2f6fb 30-Aug-2016 Yasuo Ohgaki

Fixed bug #72940 SID always return "name=ID", even if session cookie exist


# 1cf179e4 28-Aug-2016 Yasuo Ohgaki

Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc


Revision tags: php-7.1.0beta3, php-5.6.25
# 1eb4851f 18-Aug-2016 Xinchen Hui

Remove leftover of previous change


# a3740dad 18-Aug-2016 Xinchen Hui

Remove outdate checks


Revision tags: php-7.0.10
# b172f43c 17-Aug-2016 Xinchen Hui

Unused label


# e0f9fbdf 10-Aug-2016 Nikita Popov

Bug #72663 - part 3

When using the php_serialize session serialization handler, do
not use the result of the unserialization if it failed.


Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# 8763c609 03-Aug-2016 Stanislav Malyshev

Fix bug #72681 - consume data even if we're not storing them


# 3467526a 12-Aug-2016 Yasuo Ohgaki

Merge RFC: Session ID without hashing
https://wiki.php.net/rfc/session-id-without-hashing


# a53a6b3f 10-Aug-2016 Yasuo Ohgaki

Fix URL rewriter issues


Revision tags: php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 3798eb6f 13-Jul-2016 Stanislav Malyshev

Fix bug #72562 - destroy var_hash properly


Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2
# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


12345678910>>...32