#
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.
|
Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1 |
|
#
34792280 |
| 22-Jan-2014 |
Anatol Belski |
fix zts
|
#
58f94345 |
| 22-Jan-2014 |
Yasuo Ohgaki |
Fixed previous commit may delete unwanted cookies. Sync tests from upper branches.
|
#
383423a1 |
| 22-Jan-2014 |
Yasuo Ohgaki |
Re-fixed bug #66469
|
#
a27e51fd |
| 22-Jan-2014 |
Yasuo Ohgaki |
Re-fixed bug #66469
|
Revision tags: php-5.4.25RC1, php-5.6.0alpha1 |
|
#
b777248d |
| 16-Jan-2014 |
Xinchen Hui |
Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)
|
#
271053ad |
| 16-Jan-2014 |
Xinchen Hui |
Revert "Bug #66481 Segfaults on session_name()" This reverts commit 5662ffb295c6f9cb10768d8246f2656aae6b8abb.
|