php-install | 2002112
Date: 11/24/02
- Next message: Lawrence Freeman: "[PHP-INST] Adding mimetype/text"
- Previous message: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- In reply to: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I tried that .. Still no change though, the warning still appears .. I
am using the php.ini file located at the path accoring to what my
phpinfo.php file states.
--- Aaron Axelsen AIM: AAAK2 Email: axelseaa <email protected> URL: www.amadmax.com "It said, ""Insert disk #3,"" but only two will fit!" "One picture is worth 128K words."-----Original Message----- From: Rasmus Lerdorf [mailto:rasmus <email protected>] Sent: Sunday, November 24, 2002 2:53 PM To: Aaron Axelsen Cc: php-install <email protected> Subject: Re: [PHP-INST] Warning: session side effect .....
> 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
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Lawrence Freeman: "[PHP-INST] Adding mimetype/text"
- Previous message: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- In reply to: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

