ID:               30795
 Updated by:       [EMAIL PROTECTED]
 Reported By:      hansgeorg dot schwibbe at web dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows 2000
 PHP Version:      4.3.9
 New Comment:

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.




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

[2004-11-15 17:03:06] hansgeorg dot schwibbe at web dot de

Description:
------------
I am using the php cgi version (windows installer) with apache 1.3.33
for windows and I cant access the GET data from any URL.

I allways got the error message like:
Notice: Undefined variable: value in c:\programme\apache
group\apache\users\administrator\getdata.php on line 2

And on my Linux machine everything works fine.

Reproduce code:
---------------
- index.html -
<a href="getdata.php?value=3">The Link</a>

- getdata.php -
<?php
  echo ($value);
?>



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


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

Reply via email to