php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18938 GET METHOD does not work
Submitted: 2002-08-16 08:06 UTC Modified: 2002-08-16 08:10 UTC
From: hirac dot kasapoglu at turkcell dot com dot tr Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.2 OS: Tru64 5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hirac dot kasapoglu at turkcell dot com dot tr
New email:
PHP Version: OS:

 

 [2002-08-16 08:06 UTC] hirac dot kasapoglu at turkcell dot com dot tr
System: Compaq Alpha Server
OS: Tru64 5.1
gcc: 3.0.2
apache: 1.3.26
php: 4.2.2 
(it gives same result with 4.2.1 and 4-200208150000)

if you pass some parameter with GET METHOD

http://localhost/phpMyAdmin/tbl_properties.php?server=1&db=emc&table=cabinets

php script does not contain variables:
$server
$emc
$table
all have no value.

If you want I can send phpinfo() output.

Best regards
Hirac Kasapoglu

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-16 08:10 UTC] eru@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 18 04:01:34 2024 UTC