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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
18 + 48 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 15:01:30 2024 UTC