1

(2 replies, posted in Wish List)

Would it be possible to remove the active config files from SVN and use something like config.example.php & config_db.example.php in SVN so that with updates & testing the files don't get overwritten?

It would require a small change in the install to check if they exist, if not, to copy the examples in place (and make them writable at the same time).

2

(1 replies, posted in Wish List)

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 ).