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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 17:01:29 2024 UTC