From: bodgadle at yahoo dot co dot uk Operating system: Windows 2000 SP3 PHP version: 4.3.0 PHP Bug Type: Session related Bug description: session.bug_compat_warn and session.bug_compat_42 are ignored in the ini file
Hi there, I keep getting this error in my logile [17-Mar-2003 11:20:36] PHP Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0 I have register_globals off and have tried settting session.bug_compat_42 = 1 (and On) session.bug_compat_warn = 0 (and Off) but it still comes up in my logfiles, it seems to be ignoring whatever I put in php.ini and I have restarted Apaache to make sure it rereads the ini -- Edit bug report at http://bugs.php.net/?id=22741&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22741&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22741&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22741&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22741&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22741&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22741&r=support Expected behavior: http://bugs.php.net/fix.php?id=22741&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22741&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22741&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22741&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22741&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22741&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22741&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22741&r=gnused
