Topic: Preperation for a move to PHP5.

One thing I noticed was that there are things missing in the code that will work in PHP4 but are preferred in PHP5 are not yet made a standard for the FA code - for example, methods like get_text::init() (in session.inc) should not be called statically (see: http://www.php.net/manual/en/language.oop5.static.php ).

Re: Preperation for a move to PHP5.

Yes, this is the reason why we have rewritten this and other major issues in 2.2 Beta.

/Joe