History log of /PHP-7.4/ext/session/session.c (Results 176 – 200 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# f07b41b4 19-Aug-2014 Anatol Belski

fix incompatible types


# 48e6adee 19-Aug-2014 Anatol Belski

ported ext/session


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE
# 753813e5 14-Aug-2014 Dmitry Stogov

Restored "???" mark in the place that might be changed later


Revision tags: php-5.6.0RC4, php-5.3.29
# 35dd2004 13-Aug-2014 Xinchen Hui

clean up - remove checked questions


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3
# 0fe07a0e 27-Jul-2014 Stanislav Malyshev

Fix missing type checks in various functions


# b4a4db46 27-Jul-2014 Stanislav Malyshev

Fix missing type checks in various functions


Revision tags: php-5.5.15, php-5.4.31
# e946de29 19-Jul-2014 Yasuo Ohgaki

Fixed bug #66827 Session raises E_NOTICE when session name variable is array


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 7c248975 07-Jul-2014 Sara Golemon

Followup fix to custom session save handlers

2d9885c introduced some regressions. This addresses those.

* Don't throw return type notice or session write failure when in an excep

Followup fix to custom session save handlers

2d9885c introduced some regressions. This addresses those.

* Don't throw return type notice or session write failure when in an exception
* Fix tests to properly return true/false since null is no longer falsy/successy
* Rerecord a few tests to accomodate difference in raised warnings

show more ...


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 068bf645 18-May-2014 Martin Jansen

Remove usage of pointless COOKIE_SET_COOKIE constant.


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 8d87e3b8 11-May-2014 Xinchen Hui

Refactoring wddx (incompleted, is there any one use it? )


# 71ad601d 06-May-2014 Martin Jansen

Fix typo


# c5f9a231 06-May-2014 Martin Jansen

Streamlining of cookie handling in ext/session and setcookie

Up until now the session cookie used "HttpOnly" to indicate cookies
only available through HTTP while setcookie() used "httpo

Streamlining of cookie handling in ext/session and setcookie

Up until now the session cookie used "HttpOnly" to indicate cookies
only available through HTTP while setcookie() used "httponly". The
relevant RFC 6265 claims that case does not matter for this token,
but only explicitely mentions "HttpOnly". Thus this seems like a
logical choice when streamlining the code.

Also the setcookie implementation now uses the same string constants
as the session extension for other tokens like Max-Age or the domain
attribute.

This change poses a slight risk of backwards incompatibility in places
where people deliberately ignore chapter 5.2.5 of RFC 6265 and perform
case-sensitive checks for the HttpOnly attribute.

show more ...


# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# 7584ae32 22-Apr-2014 Dmitry Stogov

Fixed compilaation warnings


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# 6bfedfd2 10-Apr-2014 Dmitry Stogov

Fixed unserialize()


# 6df60067 10-Apr-2014 Dmitry Stogov

Compatibility fix for ext/session/tests/session_id_error3.phpt


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11
# 5c1595ca 29-Mar-2014 Xinchen Hui

Refactor session (incompleted)


# 3647fc6f 28-Mar-2014 Xinchen Hui

Refactor session (incompleted)


# c9bca503 26-Mar-2014 Xinchen Hui

Refactor session (incompleted)


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# 6f0ad9ea 12-Mar-2014 Yasuo Ohgaki

Revert "Implement Bug #54649 Create session_serializer_name()"

This reverts commit 678ec306557f61bf54b6df454387e7d9c3f50de5.

Conflicts:
ext/session/tests/session_seriali

Revert "Implement Bug #54649 Create session_serializer_name()"

This reverts commit 678ec306557f61bf54b6df454387e7d9c3f50de5.

Conflicts:
ext/session/tests/session_serializer_name_basic.phpt

show more ...


# 7dec5789 12-Mar-2014 Yasuo Ohgaki

Revert "Implemented Request #11100 (session_gc() function)."

This reverts commit 54a42f0d0cf85fe0c032009b1f601427ae1c8566.

Conflicts:
ext/session/tests/session_gc_basic.

Revert "Implemented Request #11100 (session_gc() function)."

This reverts commit 54a42f0d0cf85fe0c032009b1f601427ae1c8566.

Conflicts:
ext/session/tests/session_gc_basic.phpt

show more ...


Revision tags: php-5.5.10, php-5.4.26
# 040dea8b 05-Mar-2014 Dmitry Stogov

Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.


12345678910>>...32