[FX.php List] Strange error message
Carl Anderson
Carl.Anderson at asu.edu
Wed Feb 21 09:42:00 MST 2007
Bob:
For info on ini_set(), take a look at:
http://us3.php.net/ini_set
Some decent information there. (You'll quickly find the online PHP manual
to be an invaluable resource.)
--
Carl Anderson
Technical Support Analyst
Distance Learning
Herberger College of Fine Arts
Arizona State University
http://herbergeronline.asu.edu
> From: Bob Patin <bob at patin.com>
> Reply-To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Date: Wed, 21 Feb 2007 10:38:10 -0600
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Subject: Re: [FX.php List] Strange error message
>
> Dan,
>
> Thanks for your reply; I do see that session.bug_compat_warn and
> bug_compat_42 are both set to ON in php.in by looking at phpinfo.
>
> From the page that you sent me to, it looks like I can use
>
> ini_set()
>
> to set it in my script, but how would I configure it? This is a
> working site so i have to be very careful in trying stuff that brings
> the site down...
>
> Would it be
>
> ini_set(session.bug_compat_42) = "1";
>
> ?
>
> or does the setting have to happen inside the parentheses? I couldn't
> find an example of its usage...
>
> Thanks,
>
> Bob
>
>
>
> On Feb 21, 2007, at 10:26 AM, DC wrote:
>
>> it sounds like the SESSION variable scoping issue i mentioned last
>> week.
>>
>> why not just set the ini vars in the top of your index.php script?
>> many of the ini settings can be set in scripts rather than in php.ini.
>>
>> it looks like those can be set in scripts as they are labeled:
>> PHP_INI_ALL
>>
>> see this page for the list:
>> http://www.php.net/manual/en/ini.php
>>
>> dan
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list