﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11726,wp-admin/users.php crashes on sites with large number of subscribers,prettyboymp,,"Even though the results are being paged in display, the wp-admin/users.php calls get_users_of_blog() which returns all users.  On a site setup with the default PHP memory limit of 32M and 86000+ users, the page crashes, disabling the ability to manage users.  

I think the get_users_of_blog function should add an arguments parameter so places that use it, such as wp-admin/users.php, can apply paging and other search criteria as needed to limit the resource usage.

ie:

{{{
function get_users_of_blog($id = '', $args, &$tot_users) {}
}}}
",defect (bug),closed,normal,,General,2.9.1,major,duplicate,has-patch needs-testing,mpretty@… WordPress@…
