php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #54672 INPUT_SESSION and INPUT_REQUEST is not implemented
Submitted: 2011-05-06 01:13 UTC Modified: 2021-01-19 13:57 UTC
Votes:19
Avg. Score:4.2 ± 1.0
Reproduced:17 of 17 (100.0%)
Same Version:7 (41.2%)
Same OS:3 (17.6%)
From: jinmoku at hotmail dot com Assigned: cmb (profile)
Status: Wont fix Package: Filter related
PHP Version: 5.3.6 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jinmoku at hotmail dot com
New email:
PHP Version: OS:

 

 [2011-05-06 01:13 UTC] jinmoku at hotmail dot com
Description:
------------
INPUT_SESSION and INPUT_REQUEST is not implemented

Test script:
---------------
var_dump(filter_has_var(INPUT_REQUEST, 'test'));

Expected result:
----------------
bool(false)

Actual result:
--------------
Warning INPUT_REQUEST is not yet implemented

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-01-19 13:57 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-01-19 13:57 UTC] cmb@php.net
These constants are removed as of PHP 8.0.0[1], so it is unlikely
that this feature request will be implemented.  If you still want
to have this feature, please pursue the RFC process[2].

[1] <https://www.php.net/manual/en/migration80.incompatible.php#migration80.incompatible.filter>
[2] <https://wiki.php.net/rfc/howto>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC