php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19031 FORM data not parsing
Submitted: 2002-08-22 01:57 UTC Modified: 2002-08-22 02:01 UTC
From: knvishwanath at pacific dot net dot sg Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.2 OS: Win2000/XP
Private report: No CVE-ID: None
 [2002-08-22 01:57 UTC] knvishwanath at pacific dot net dot sg
My HTML Form POST or GET does not trnafer the values input by the client. I tried to get any input, it does not transfer. I understood that this problem was set right in the latest 4.2.2 version. I use IIS 5 with PHP CGI(installer) version. Any guidance on overcoming this problem?
Vish

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-22 02:01 UTC] cynic@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
'off'. See http://www.php.net/release_4_2_0.php for more info.
We are sorry about the inconvenience, but this change was a necessary
part of our efforts to make PHP scripting more secure and portable.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 12:01:31 2024 UTC