Strange warning message

From: Lynna Landstreet <lynna(at)gallery44(dot)org>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Strange warning message
Date: 2004-07-28 19:21:44
Message-ID: BD2D7508.1661%lynna@gallery44.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi there,

I just got the following warning message at the bottom of one of my PHP
pages, which ran with no problems up until very recently:

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 think possibly our server was just upgraded or something. But does anyone
know what this means? The script in question does use sessions, but I'm not
sure what it means by "session side-effect". Could this be from trying to
read in variables posted via a form into the session? I've been doing that
all along, and it never gave me any problems until now...

Lynna

--
Resource Centre Database Coordinator
Gallery 44: www.gallery44.org
Database Project: www.gallery44db.org

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Lynna Landstreet 2004-07-28 19:52:38 Re: Strange warning message
Previous Message Bruno Wolff III 2004-07-27 19:49:05 Re: [ADMIN] Secure DB Systems - How to