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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC