* PHP-7.4:
Fix #80774: session_name() problem with backslash
. Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
(cmb)
-- MySQLnd:
- . Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
- MySQL 8.0). (Nikita)
-
+ - Session:
+ . Fixed bug #80774 (session_name() problem with backslash). (cmb)
+
-04 Mar 2021, php 7.4.16
+18 Feb 2021, PHP 8.0.3
- Core:
. Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
bool(true)
string(1) " "
-Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
+Warning: session_name(): session.name "" cannot be numeric or empty in %s on line %d
string(1) " "
+
+ Warning: session_start(): session.name cannot contain any of the following '=,; \t\r\n\013\014' in %s on line %d
bool(true)
string(1) " "
bool(true)