From: Reini U. <ru...@x-...> - 2004-11-06 15:03:01
|
I added dumpable config.ini to save some init-time, by saving the state of all static cfg's into a config/config.php (when it is writable). But this apparently broke CVS and the demo site. Please be patient until I find out what's going on with this sf.net cfg. Also I found out that the recent split into seperate WikiUser submodules only costs space and time and brings almost nothing. Just a few bytes RAM. Probably not worth the effort. The problem is PHP's stupid session handling. It cannot demand-load classes from sessions, even if we know its name and filename afterwards. They must be loaded in advance, which leeds to load all classes instead of just the needed. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |