From owner-freebsd-www Thu Aug 15 15:10: 9 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B2C37B401 for ; Thu, 15 Aug 2002 15:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4852743E3B for ; Thu, 15 Aug 2002 15:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7FMA6JU031286 for ; Thu, 15 Aug 2002 15:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7FMA5eE031285; Thu, 15 Aug 2002 15:10:05 -0700 (PDT) Date: Thu, 15 Aug 2002 15:10:05 -0700 (PDT) Message-Id: <200208152210.g7FMA5eE031285@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Kevin Day Subject: Re: www/41524: 'GET' and 'POST' Problem with PHP 4.2.2 Reply-To: Kevin Day Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/41524; it has been noted by GNATS. From: Kevin Day 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