php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80 SecureVar() missing
Submitted: 1998-02-18 13:38 UTC Modified: 1998-02-19 22:13 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: nate at techie dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0b3 OS: Linux
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: nate at techie dot com
New email:
PHP Version: OS:

 

 [1998-02-18 13:38 UTC] nate at techie dot com
The parser no longer knows what SecureVar() is and what it should do.  Has this function been removed permanently?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-19 22:13 UTC] jim
Yes, it has been removed. You can get similar results by using php_track_vars and
explicitly looking in the HTTP_POST_VARS array. Variables set via GET always get the
lowest priority, so they are overwritten by Cookies, POST data, and the environment.
 [2011-11-03 14:51 UTC] johannes@php.net
Automatic comment from SVN on behalf of johannes
Revision: http://svn.php.net/viewvc/?view=revision&revision=318737
Log: - Minor NEWS cleanup
# 80 columns, indention, entries are sentences ending with a period.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC