Re: [PHPLIB] gc_probability From: Kristian Köhntopp (kris <email protected>)
Date: 01/26/00

Jan Johansson wrote:
> Question tho. In session.inc the gc_prob et. al are redefined, which has
> priority local.inc or session.inc? as in, should i comment out the values
> in session.inc if i have a local.inc with properly defined classes?

session.inc defines Session. local.inc defines Example_Session,
which is an extension of Session. You are never using Session,
but always your own extension of session. That is, the values
in Session are being used, unless your extension of Session
takes care to define different values.

Kristian

-- 
Kristian Koehntopp, Knooper Weg 46, 24103 Kiel, +49 171 2231 811
"<rhoenie> Mozilla/3.01 (X11; I; SINIX-Z 5.42 386/AT)
 <rhoenie> *hohoho* .. da waren sogar mal richtige maenner auf meinen
www
 +server :-)" -- #linux.de, 20-Dec-1999

- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.