On Fri, 21 Mar 2008, Marcus Boerger wrote: > /* For now, we impose an arbitrary 2MB limit to avoid > * runaway swapping when large files are passed thru. */ > - if (length > 2 * 1024 * 1024) { > + if (length > 8 * 1024 * 1024) {
Fix the comment too please? :) Derick -- Derick Rethans http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php