Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57551 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64024 invoked from network); 28 Jan 2012 22:27:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2012 22:27:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:40845] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/55-09011-F56742F4 for ; Sat, 28 Jan 2012 17:27:44 -0500 Received: by werm1 with SMTP id m1so2600250wer.29 for ; Sat, 28 Jan 2012 14:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=dwMvzR2JlGt18Df1741guNBx3d6BLVbnAkFHpfYMTFU=; b=QU7nejHgyifBdF1my+3HUx5yUg1Ly9jO0FxIvRGKaG9RnO17gnTKh2pg175S2TECw+ NPlyh/RFIqrSBmjdWt9wVpZKGZKi0U30+D/vcR01fdwg6vWenALRiU2kg93LsrZgg0e5 KK8/VdjiOyJXHPahW7T52AIsv7SSkIpMa1l6A= Received: by 10.216.138.36 with SMTP id z36mr4854646wei.22.1327789660713; Sat, 28 Jan 2012 14:27:40 -0800 (PST) Received: from [192.168.1.26] (218.Red-83-41-228.dynamicIP.rima-tde.net. [83.41.228.218]) by mx.google.com with ESMTPS id l12sm21362211wiw.0.2012.01.28.14.27.39 (version=SSLv3 cipher=OTHER); Sat, 28 Jan 2012 14:27:39 -0800 (PST) Message-ID: <4F247659.708@gmail.com> Date: Sat, 28 Jan 2012 23:27:37 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Rasmus Lerdorf CC: Clint M Priest , "internals@lists.php.net" References: <9570D903A3BECE4092E924C2985CE48539BC838A@MBX202.domain.local> <4F235802.4020002@lerdorf.com> In-Reply-To: <4F235802.4020002@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Uploading a patch fails... From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 28/01/12 03:05, Rasmus Lerdorf wrote: > There is a 100k limit, but the error message you are getting indicates > that you aren't actually hitting that limitation. The server config has > a 2M limit, so you should be fitting well within that. I'm not sure how > your 200k patch is hittig that "file is empty" condition in the code. You mean upload_max_filesize is 2M? What about post_max_size ? That could well lead to that condition.