Justtechjobs.com Find a programming school near you






Online Campus Both


php-install | 2002112

Re: [PHP-INST] Warning: session side effect ..... From: Rasmus Lerdorf (rasmus <email protected>)
Date: 11/24/02

> I edited the php.ini file as follows:
>
> session.bug_compat_42 = 0
> session.bug_compat_warn = 1
>
> I restarted apache, and the warning is still there. How do I hide this
> warning? Thanks!

Well, you set "session.bug_compat_warn = 1" which turns on the warning.
You probably want:

session.bug_compat_42 = 1
session.bug_compat_warn = 0

-R

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php