From: [EMAIL PROTECTED]
Operating system: RedHat Linux 7.2
PHP version: 4.2.0
PHP Bug Type: Unknown/Other Function
Bug description: Cyclic Link error
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");
}
--
Edit bug report at http://bugs.php.net/?id=17080&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=17080&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=17080&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=17080&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=17080&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17080&r=support
Expected behavior: http://bugs.php.net/fix.php?id=17080&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=17080&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=17080&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=17080&r=globals