php-install | 2002112
Date: 11/24/02
- Next message: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Previous message: Jim Thome: "Re: [PHP-INST] Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Reply: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I compiled and installed php 4.3 dev last night and now I get this error
on some scripts:
Warning: 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 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!
--- 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."-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Previous message: Jim Thome: "Re: [PHP-INST] Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Reply: Rasmus Lerdorf: "Re: [PHP-INST] Warning: session side effect ....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

