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
 [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: Thu Apr 25 14:01:31 2024 UTC