|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-07 14:08 UTC] rasmus@php.net
[2002-05-07 14:27 UTC] poulman at wirsbo dot com
[2021-04-06 10:40 UTC] git@php.net
[2021-04-06 10:40 UTC] git@php.net
-Status: Not a bug
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 19:00:02 2025 UTC |
This web site works fine under: Apache 1.3.22 / PHP 4.0.6 Apache 1.3.24 / PHP 4.1.2 Stopped working with: Apache 1.3.24 / PHP 4.2.0 Did something change with the way global variables or form variables are handled from versions < 4.2 to current? below is what seems to be one of the offending lines of code. Basically, all it is doing is checking for the existance of 2 query strings which are passed in and used as global variables for several other functions within the site. if ( ! $pm || ! $pc ) { header( "Location: main.php?pm=1&mm=0&sm=0&pc=homeowner/ho_mm0sm0.php"); }