php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3749 if $info is set $HTTP_GET_VARS[info] will have value of $info php3 worked
Submitted: 2000-03-06 17:40 UTC Modified: 2000-07-14 20:35 UTC
From: joshua at curtisonline dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Linux sundown 2.2.10 #1 Tue Jul
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: joshua at curtisonline dot net
New email:
PHP Version: OS:

 

 [2000-03-06 17:40 UTC] joshua at curtisonline dot net
#--- start script ---
<?php
#######
# call like test.php?category=sometext
#
$category="A TEXT STRING";

print "YOUARE: $HTTP_GET_VARS[category]<br>\n";

imprivate($HTTP_GET_VARS[category]);
function imprivate($category)
{
print "YOUARE: $category<br>\n";
}
?>
#--- end script ---

#-- compile options from phpinfo() --
System: Linux sundown 2.2.10 #1 Tue Jul 20 16:32:24 MEST 1999 i586 unknown
Build Date: Mar 3 2000 
Configure command: ./configure '--with-mysql' '--without-gd' '--without-ttf' '--disable-ttf' '--disable-gd'
'--with-apache=../apache_1.3.12' '--enable-track-vars'
php.ini path: /usr/local/lib
ZEND_DEBUG=1
SAPI=Apache
ZTS is undefined
#--end compile options from phpinfo() --

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-14 20:35 UTC] sterling at cvs dot php dot net
Not a bug.  Change $HTTP_GET_VARS manually.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 24 12:01:31 2024 UTC