Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73030 invoked from network); 10 Jan 2014 12:15:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2014 12:15:30 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.43 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.83.43 mail-ee0-f43.google.com Received: from [74.125.83.43] ([74.125.83.43:50012] helo=mail-ee0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/50-03446-064EFC25 for ; Fri, 10 Jan 2014 07:15:29 -0500 Received: by mail-ee0-f43.google.com with SMTP id c13so1868618eek.2 for ; Fri, 10 Jan 2014 04:15:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=ehSyV0r4uZusHR6a7yD+D7wGP2l6ZOTpJzSDbyqZfWI=; b=IT62g676f7Bz0cQPb9XTC3NV59JFd4U5QQix7bwzfg+bFA36GCRX8WSNQPwb3eN73j D8kFseX4nmxJYreg64EO8lmjO4NdudRa3/rEr82FTH/sPiSJglYLO54IfLiB4SGAhOUz haZuA8aEWz74DcArB7XrSegoakQ6XYlyoTRxUJW/PQsb4i1fAdPDZ2O2ecA0JDNI1PCP oaftARjsTlPiqc7+Bw3RKD6l8aAZ94SNh0ACcujZvHT2MYOQdivljhwlj+xedpoY5NQH B9Bx2c13Bu9sw+UIYxTq0mYyiGTbvM/x+5i0EOGU+GBBns0RJTwqR6sqdgWxVPz+NnUx d3Sg== X-Received: by 10.14.251.132 with SMTP id b4mr9670188ees.78.1389356125938; Fri, 10 Jan 2014 04:15:25 -0800 (PST) Received: from [192.168.1.120] ([178.18.170.101]) by mx.google.com with ESMTPSA id l41sm10548138eep.17.2014.01.10.04.15.25 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 10 Jan 2014 04:15:25 -0800 (PST) Message-ID: <1389356112.30388.1.camel@smugmug> To: Olivier Doucet Cc: internals@lists.php.net Date: Fri, 10 Jan 2014 13:15:12 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] (U)INT_MAX in CGI (Large file uploads) From: mike.php.net@gmail.com (Mike) On Thu, 2014-01-09 at 22:50 +0100, Olivier Doucet wrote: > Hello, > > While debugging large file uploads errors on PHP, I came across this > patch commited to PHP git : > http://git.php.net/?p=php-src.git;a=commit;h=8962f3ff0c76c5710f5e14d6f342f44498ff882b > > It is only commited on branch master, and I wonder why it has not been > commited to other branches (5.3, 5.4, 5.5). Is there a specific reason > ? As already mentioned in the Github thread, this is just a complimentary fix for the +2G-upload support coming with PHP-5.6. -- Regards, Mike