| Summary: | 'GET' and 'POST' Problem with PHP 4.2.2 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Andreas Bachmann <bachmann> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Andreas Bachmann
2002-08-10 21:00:05 UTC
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. State Changed From-To: open->closed This is not a FreeBSD specific problem. Please take this up with the PHP developers at php.net or perhaps the port maintainer. |