php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4510 [mod_php4-win32] external variables not defined
Submitted: 2000-05-18 19:22 UTC Modified: 2000-07-26 00:16 UTC
From: mmanolea at telebot dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Release Candidate 2 OS: Windows 9x
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mmanolea at telebot dot net
New email:
PHP Version: OS:

 

 [2000-05-18 19:22 UTC] mmanolea at telebot dot net
PHP4 RC2 Apache 1.3.12 Win32
mod_php4 is not using external variables 
(like from a form, or from the url).
eg: htpp://site/script.php3?arg1=one

$arg1 is not set

still, $HTTP_GET_VARS["arg1"]=="one"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 00:16 UTC] zak@php.net
Ensure that your register_globals directive is set to 'on'
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 10:01:30 2025 UTC