php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7594 $HTTP_POST_VARS
Submitted: 2000-11-02 11:16 UTC Modified: 2000-11-02 13:30 UTC
From: rong dot yang at ince dot de Assigned:
Status: Closed Package: *Function Specific
PHP Version: 4.0.3pl1 OS: W2K
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: rong dot yang at ince dot de
New email:
PHP Version: OS:

 

 [2000-11-02 11:16 UTC] rong dot yang at ince dot de
<? 
  echo isset($HTTP_POST_VARS);
?>

always produces 1(TRUE) by php-4.0.3pl1-win32 even no POST method is issued, while php-4.0.1pl2-win32, which we have been using until now, yields the correct result(0).

OS:  W2K

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-02 13:30 UTC] waldschrott@php.net
well that?s correct, this behaviour has been changed for
various reasons, switch to empty()...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 15:01:27 2025 UTC