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
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: 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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC