History log of /PHP-7.4/ext/session/session.c (Results 101 – 125 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 31ae8027 15-Jan-2016 Yasuo Ohgaki

Fix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6.
This commit fixes initialized read, but calling php_session_initialize() directly
is problematic because confi

Fix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6.
This commit fixes initialized read, but calling php_session_initialize() directly
is problematic because configuration could be invalid. Invalid config may result
in segfault. This will be addressed later.

show more ...


# 8c37a086 15-Jan-2016 Yasuo Ohgaki

Improved fix for bug #68063 (Empty session IDs do still start sessions).


# 63c77ee4 12-Jan-2016 Yasuo Ohgaki

Use php_session_abort()


# a15e9ccb 12-Jan-2016 Yasuo Ohgaki

Fixed Bug #71038 session_start() returns TRUE on failure


Revision tags: php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1
# 57be57ac 16-Dec-2015 Yasuo Ohgaki

Fix ZTS build


# e8f1c29c 16-Dec-2015 Yasuo Ohgaki

Fixed bug #71122 Session GC may not remove obsolete session data


# 81612305 15-Dec-2015 Yasuo Ohgaki

Fixed Bug #71122 Session GC may not remove obsolete session data


Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8
# a03786f7 13-Nov-2015 Yasuo Ohgaki

Use distinguishable error messages.


Revision tags: php-7.0.0RC7, php-5.6.16RC1
# e9fd8ad4 07-Nov-2015 Xinchen Hui

Fixed bug #70876 (Segmentation fault when regenerating session id with strict mode)


Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# 286b157a 16-Sep-2015 Remi Collet

fix regressio introduce in 22e23e7cb8ca9aa134d138b5fed031af6c842b44


# 066c05e5 15-Sep-2015 Xinchen Hui

Suppressed warning about this function is not used


# 3bf9bd5e 08-Sep-2015 Yasuo Ohgaki

Fix typo in comment.


# f4c9deb4 08-Sep-2015 Yasuo Ohgaki

Add URL rewrite issue note.


# aa352a34 06-Sep-2015 Yasuo Ohgaki

Make sure closing save handler.


# f34b858e 06-Sep-2015 Yasuo Ohgaki

Fix #70013: Reference to $_SESSION is lost after a call to session_regenerate_id()


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29
# 2d72a17a 02-Sep-2015 Anatol Belski

use correct api


# 45a72785 02-Sep-2015 Anatol Belski

fix leak


# 6640aded 02-Sep-2015 Stanislav Malyshev

fix memory leak


Revision tags: php-5.4.45
# fc8eff89 29-Aug-2015 Stanislav Malyshev

More fixes for bug #70219


# df4bf28f 23-Aug-2015 Stanislav Malyshev

Fix bug #70219 (Use after free vulnerability in session deserializer)


Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2
# 6065b29f 21-Jul-2015 Anatol Belski

Reverted ad4533fdbabcc3e545277e30023b2fdce16297a0

The E_ERROR to E_RECOVERABLE_ERROR should be readded with the
proper tests.


# ad4533fd 21-Jul-2015 Yasuo Ohgaki

Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 7ec1e174 06-Jul-2015 Aaron Piotrowski

Update memory freeing and other issues, revert some changes


# 907476f3 05-Jul-2015 Aaron Piotrowski

Convert E_ERROR to thrown Error in extensions


12345678910>>...32