Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146325 - unanswered search results exceed php memory limit
Summary: unanswered search results exceed php memory limit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Forums (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Forum Moderators
URL:
Whiteboard:
Keywords:
: 146327 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-04 16:16 UTC by Tom Knight (RETIRED)
Modified: 2006-09-09 05:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Knight (RETIRED) gentoo-dev 2006-09-04 16:16:52 UTC
Currently line 667 of search.php exceeds the php memory limit when imploding the search ids:

$search_results = implode(', ', $search_ids);

The limit was temporarily increased from 8M to 8.5M, but this was reverted at with the latest php upgrade on dove.

We need to sort out the code so that it doesn't exceed the limit (and therefore prevent the page from displaying).

We should increase the limit again until I've fixed this (which has just sumped to the top of my TODO list).
Comment 1 Tom Knight (RETIRED) gentoo-dev 2006-09-04 16:40:19 UTC
*** Bug 146327 has been marked as a duplicate of this bug. ***
Comment 2 Tom Knight (RETIRED) gentoo-dev 2006-09-09 05:31:14 UTC
Fixed in CVS, it'll be in phpBB-2.0.21-gentoo-p4.