Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 15:10:05 -0700 (PDT)
From:      Kevin Day <toasty@shell.dragondata.com>
To:        freebsd-www@FreeBSD.org
Subject:   Re: www/41524: 'GET' and 'POST' Problem with PHP 4.2.2
Message-ID:  <200208152210.g7FMA5eE031285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR www/41524; it has been noted by GNATS.

From: Kevin Day <toasty@shell.dragondata.com>
To: freebsd-gnats-submit@freebsd.org, bachmann@feba-webdesign.ch
Cc:  
Subject: Re: www/41524: 'GET' and 'POST' Problem with PHP 4.2.2
Date: Thu, 15 Aug 2002 17:03:53 -0500 (CDT)

 I believe this is due to the changes in seperating the GET/POST variable
 namespace from the main one, starting in PHP 4.2.0.
 
 If you want the old behavior, set "register_globals" to "On" in your
 /usr/local/etc/php.ini or modify your program to use the new "SUPERGLOBALS"
 system.
 
 http://www.php.net/manual/en/security.registerglobals.php has more
 information on this.
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-www" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208152210.g7FMA5eE031285>