From: <var...@us...> - 2015-01-26 13:05:14
|
Revision: 9489 http://sourceforge.net/p/phpwiki/code/9489 Author: vargenau Date: 2015-01-26 13:05:02 +0000 (Mon, 26 Jan 2015) Log Message: ----------- Remove obsolete comment Modified Paths: -------------- trunk/lib/plugin/FullTextSearch.php Modified: trunk/lib/plugin/FullTextSearch.php =================================================================== --- trunk/lib/plugin/FullTextSearch.php 2015-01-22 14:54:52 UTC (rev 9488) +++ trunk/lib/plugin/FullTextSearch.php 2015-01-26 13:05:02 UTC (rev 9489) @@ -33,11 +33,6 @@ * Only uploaded: textfiles, PDF, HTML, DOC, XLS, ... or * External apps: xapian-omages seems to be the better than lucene, * lucene.net, swish, nakamazu, ... - * - * See http://sf.net/tracker/index.php?aid=927395&group_id=6121&atid=106121 - * Wordaround to let the dead locks occur somewhat later: - * Increase the memory limit of PHP from 8 MB to 32 MB - * php.ini: memory_limit = 32 MB */ class WikiPlugin_FullTextSearch extends WikiPlugin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |