Skip to content

Commit a67d84c

Browse files
committed
[ci skip] ext/session: add missing NEWS entries
Add NEWS entries for three ext/session changes that were never documented: - SameSite cookie validation (GH-21670) - session.cookie_lifetime improved parsing (GH-21704) - Recursive GC cleanup for nested session directories (GH-21491)
1 parent 4c027ea commit a67d84c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ PHP NEWS
156156
(Girgias)
157157
. Null bytes in session.cookie_path, session.cookie_domain, and
158158
session.cache_limiter are now rejected with a warning. (jorgsowa)
159+
. session.cookie_samesite now rejects invalid values with a warning; only
160+
"Strict", "Lax", "None", or "" are accepted. (jorgsowa)
161+
. session.cookie_lifetime now rejects non-integer and out-of-range values
162+
with a warning. (jorgsowa)
163+
. Session file GC now recursively cleans nested subdirectories when
164+
session.save_path uses the dirdepth prefix. (jorgsowa)
159165
. Changed defaults of session.use_strict_mode (now 1), session.cookie_httponly
160166
(now 1) and session.cookie_samesite (now "Lax"). (jorgsowa)
161167

0 commit comments

Comments
 (0)