ID:               23013
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bugs dot php dot net at doller dot dk
-Status:           Open
+Status:           Feedback
 Bug Type:         Variables related
 Operating System: SunOS webserver1 5.8
 PHP Version:      4.3.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip


Previous Comments:
------------------------------------------------------------------------

[2003-04-02 04:24:16] bugs dot php dot net at doller dot dk

When posting etc. the following from a form:

mod = "ret_kode"
username = "admin"
password1 = "admin"
password2 = "admin"

My $_POST array looks like this:

$_POST["mod"] = "ret_kode"
$_POST["username"] = "admin"
$_POST["password1"] = "admin"
$_POST["password2"] = "admin"

But since I have register_globals = "on", I should be able to get the
variables without using $_POST, but the variables look like this:

$mod = "ret_kode&username=admin&password1=admin&password2=admin"
$username = "admin"
$password1 = "admin"
$password2 = "admin"

In version 4.2.3 there's no problem, but as I upgraded to 4.3.1 the
problem came...

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=23013&edit=1

Reply via email to