Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37384 invoked from network); 27 Jun 2013 22:21:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2013 22:21:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.213.48 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.213.48 mail-yh0-f48.google.com Received: from [209.85.213.48] ([209.85.213.48:33445] helo=mail-yh0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/A4-34034-20BBCC15 for ; Thu, 27 Jun 2013 18:21:54 -0400 Received: by mail-yh0-f48.google.com with SMTP id z12so724081yhz.21 for ; Thu, 27 Jun 2013 15:21:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=vBTANSGkXeMtr/+FBibSYDiU8wco41roPOrAge46kJw=; b=iGzucXL/w08yY27/jSuuq6vOGZ9Hzydtc8sDn9Z3QDIPXiiMSIG2Ssg1jk1mPQwxMF 2Q3P2g2DuSGyCXATbyXXU7gSmR7hKk0/0Z7IYp7lKrva2hQQTqY7QpW3aXRgJESwImfb KAcuJE4P5KSKk4ctMzbOUsRa6BQ7ZOEGBaNhpI+oMynFtiGikh8a9oAjnaMXoRyGra43 I5jFdD918FdjQ/pGyvkPkzlBpxTsd2CiIVyS4zJOSM6tJja+0jksrliL9bFHFFyBtIy0 q0vO5zt4J7ECuB7lxaug9HUf/psU+rlhdno2Z8NZAbY9JhlSLCU32Uckwe9YuYAG2ViI +oPg== X-Received: by 10.236.59.73 with SMTP id r49mr5720617yhc.219.1372371711901; Thu, 27 Jun 2013 15:21:51 -0700 (PDT) Received: from [10.252.8.50] ([64.124.192.210]) by mx.google.com with ESMTPSA id w12sm7136241yhj.19.2013.06.27.15.21.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Jun 2013 15:21:51 -0700 (PDT) Message-ID: <51CCBAFE.6060700@lerdorf.com> Date: Thu, 27 Jun 2013 18:21:50 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Anthony Ferrara CC: Yasuo Ohgaki , Ralf Lang , "internals@lists.php.net" References: <51CBF60C.9080706@b1-systems.de> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnrLz/iKVBnUpcXF8DcwOigoY5LAzjxIeX9eP5dIX8dLxggvHMG4gW/WwzlTAo9Xqzbpse8 Subject: Re: [PHP-DEV] I want to work against Bug 44522 - Upload limit 2G From: rasmus@lerdorf.com (Rasmus Lerdorf) On 06/27/2013 06:13 PM, Anthony Ferrara wrote: > To be fair, the overall limit is going to be 32 bit anyway (due to the use > of int for string lengths)... For file uploads? Why? We never hold the entire file in a string. -Rasmus