History log of /PHP-7.4/ext/session/session.c (Results 26 – 50 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5eb1f92f 28-May-2018 Dmitry Stogov

Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.


# 2d48d734 05-Feb-2018 Gabriel Caruso

Fix some misspellings


# a6519d05 02-Jan-2018 Xinchen Hui

year++


# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++


# ccd4716e 02-Jan-2018 Xinchen Hui

year++


# 83e495e0 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment


# f98721b4 29-Nov-2017 Dmitry Stogov

Intern auto global name strings in first place


# ccc12b82 16-Nov-2017 Dmitry Stogov

Avoid unnecessary reference-counting on strings.


# a57f370e 14-Nov-2017 Nikita Popov

Clarify bin_to_readable code

I got a bit of a scare when I first saw this code. Turns out that
the way it's used inlen==outlen and that's why it works.


# 0d1eeeb6 28-Jul-2017 Anatol Belski

move zend_ato*() to size_t and remove casts


# bd00fe81 26-Jul-2017 Anatol Belski

Fixed bug #74833, SID constant created with wrong module number


Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17
# 072ef62f 08-Mar-2017 dreamsxin

Add warning for change session id when session is active


# 9b9184a4 19-Jul-2017 Sergei Morozov

Fixed bug #74941 - Session fails to start after having headers sent


# 5b12b46a 17-Jul-2017 Sergei Morozov

Fixed bug #74936 - session_*() functions trigger a warning in read mode when the session is active


# a2d76650 30-Jun-2017 Yasuo Ohgaki

Fixed bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode


# 035a27cb 25-Jun-2017 Nikita Popov

Only compute callback name in error cases

Mostly the callback name is only used to report an error. Try to
avoid calculating it if no error occurred.


# b39c70b4 08-May-2017 Fabien Villepinte

Fix Bug #74541 Wrong reflection on session_start()


Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15
# 7cba3153 13-Jan-2017 Nikita Popov

Separate array in session upload progress


# 631861e1 19-Jan-2017 SjonHortensius

Update comment, incorrect since 224aaf94

In 224aaf94; the warning was enabled; making the comment above incorrect. I've updated the comment to reflect the current code


Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# e10425fe 31-Dec-2016 dreamszhu

Add PHPAPI php_session_flush and php_session_destroy


# f8aa57ab 27-Dec-2016 Anatol Belski

fix uninitialized value


# 22f3695f 27-Dec-2016 Graham Campbell

Fixed typo in "session_module_name"


12345678910>>...32