logo       

CVS: phpwiki/lib Template.php,1.69,1.70: msg#00151

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib Template.php,1.69,1.70

Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29718/lib

Modified Files:
Template.php
Log Message:
update comments about future plans

Index: Template.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/Template.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -2 -b -p -d -r1.69 -r1.70
--- Template.php 17 Nov 2004 20:07:17 -0000 1.69
+++ Template.php 25 Jan 2005 07:01:26 -0000 1.70
@@ -135,6 +135,7 @@ class Template
}

- // FIXME: find a way to do template expansion less memory intensive.
- // 1.3.4 needed no memory at all for dumphtml, now it needs +15MB
+ // FIXME (1.3.12)
+ // Find a way to do template expansion less memory intensive and faster.
+ // 1.3.4 needed no memory at all for dumphtml, now it needs +15MB.
// Smarty? As before?
function getExpansion ($defaults = false) {
@@ -142,5 +143,5 @@ class Template
$this->printExpansion($defaults);
$xml = ob_get_contents();
- ob_end_clean(); // PHP problem: doesn't release its memory?
+ ob_end_clean(); // PHP problem: Doesn't release its memory?
return $xml;
}
@@ -271,4 +272,7 @@ function GeneratePageasXML($content, $ti

// $Log$
+// Revision 1.70 2005/01/25 07:01:26 rurban
+// update comments about future plans
+//
// Revision 1.69 2004/11/17 20:07:17 rurban
// just whitespace



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise