php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #81003 Inconsistent information about when incoming cookie changes occurred
Submitted: 2021-04-30 11:58 UTC Modified: 2021-04-30 14:00 UTC
From: lasdka88+php23423 at gmail dot com Assigned: cmb (profile)
Status: Not a bug Package: Documentation problem
PHP Version: 7.4.18 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lasdka88+php23423 at gmail dot com
New email:
PHP Version: OS:

 

 [2021-04-30 11:58 UTC] lasdka88+php23423 at gmail dot com
Description:
------------
The list of backwards incompatible changes when migrating from PHP 7.2.x to 7.3.x, https://www.php.net/manual/en/migration73.incompatible.php, says

"As of PHP 7.3.23, the names of incoming cookies are no longer url-decoded for security reasons."

The list of backwards incompatible changes when migrating from PHP 7.3.x to 7.4.x, https://www.php.net/manual/en/migration74.incompatible.php, says

"As of PHP 7.4.11, the names of incoming cookies are no longer url-decoded for security reasons."

So, when did this change enter PHP? Was id PHP 7.3.23 or 7.4.11?

The documentation appears to be inconsistent. Perhaps one of the pages is incorrect?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-04-30 14:00 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2021-04-30 14:00 UTC] cmb@php.net
This was done as bug fix for PHP 7.3.23 or 7.4.11.  I.e. cookie
names are still url-decoded in PHP 7.4.0 - 7.4.10.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 06:01:29 2024 UTC