Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57538 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65717 invoked from network); 28 Jan 2012 02:06:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2012 02:06:02 -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.210.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:38193] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/5B-18017-708532F4 for ; Fri, 27 Jan 2012 21:06:01 -0500 Received: by dang27 with SMTP id g27so1419528dan.29 for ; Fri, 27 Jan 2012 18:05:56 -0800 (PST) Received: by 10.68.194.132 with SMTP id hw4mr19024212pbc.71.1327716356398; Fri, 27 Jan 2012 18:05:56 -0800 (PST) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id o7sm24592715pbq.8.2012.01.27.18.05.55 (version=SSLv3 cipher=OTHER); Fri, 27 Jan 2012 18:05:55 -0800 (PST) Message-ID: <4F235802.4020002@lerdorf.com> Date: Fri, 27 Jan 2012 18:05:54 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Clint M Priest CC: "internals@lists.php.net" References: <9570D903A3BECE4092E924C2985CE48539BC838A@MBX202.domain.local> In-Reply-To: <9570D903A3BECE4092E924C2985CE48539BC838A@MBX202.domain.local> X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Uploading a patch fails... From: rasmus@lerdorf.com (Rasmus Lerdorf) On 01/27/2012 05:49 PM, Clint M Priest wrote: > I'm trying to upload the latest getters/setters patch to: https://bugs.php.net/bug.php?id=49526 > > I get "Uploaded file is empty or nothing was uploaded." > > Is there a problem or a file size limit? The patch file is 205k now. Really, a 200k patch? Why is it so big? 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. Put it somewhere else and add a link in the report. And if someone has a lot of free time they may go read your 200k patch. -Rasmus