From: Reini U. <ru...@x-...> - 2004-08-26 22:20:09
|
Mike Cassano schrieb: > I see all kinds of exciting things in pre11, but am reluctant to merge > it with the current version of wikilens (running phpwiki-1.3.9 + our > mods). Any timetable on when pre11 with make the transformation to 11? > > I hear it is memory issues? Can I help?! Sure. Two hard problems, for which I couldn't find an explanation, solution so far. See http://phpwiki.sourceforge.net/demo/en/HomePage#Current_Problems_in_CVS I went through the db iterator code and the parser code forth and back. I only found one Pear problem, holding unneeded references to all pear objects, which prevented the garbage collector to free the unneeded objects. This was not it, but I suspect other references be the culprit, since the PageList problems started, when I converted to call-by-reference safety. The utf-8 issues are not really a showstopper for 1.3.11 And dba was problematic all the time. These are php issues. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |