Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41197 invoked from network); 9 Jan 2014 21:50:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2014 21:50:29 -0000 Authentication-Results: pb1.pair.com header.from=webmaster@ajeux.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=webmaster@ajeux.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ajeux.com from 209.85.160.43 cause and error) X-PHP-List-Original-Sender: webmaster@ajeux.com X-Host-Fingerprint: 209.85.160.43 mail-pb0-f43.google.com Received: from [209.85.160.43] ([209.85.160.43:38598] helo=mail-pb0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/C6-02153-4A91FC25 for ; Thu, 09 Jan 2014 16:50:28 -0500 Received: by mail-pb0-f43.google.com with SMTP id rq2so3567661pbb.2 for ; Thu, 09 Jan 2014 13:50:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=nZ80L75nFOlhNIUKl/NlEcDBC6ogZcLyuTghXafX8sQ=; b=PaXuwtvLJGwJ6n7/BztlLEJ4ienb0hYppI7YZRhb6I5jnoVoZ4MgdMCcknMBxRkyiZ E5Rql/NHG9ckj2JRXcxBB9NCtcAED64kkqKjC14V9NG3BMGCmjU+zegC4GHuVQTQsmIb wSGoe8rpqVY068V0Wx4NOrijOdXkcEzz4FPaAlt/Rd+iKUZniGybDEf9V51/ciVci9dN 6lSqqWGXK9TUoWx5TC4CrCxC5TMc7RjeKKgtPS8ySWDTeWEbflMtRjvww294vacymPJL 7beygR0Kexouga7upViTRWkSkbJYsmGEtfiBG+Y2brTCQNU2LEhH0grETS6BbfluqnLp r3vg== X-Gm-Message-State: ALoCoQmULzrK2h6UhQE7Hkz7PyCWU4TJWPiX0ufXwB+AP0kHXC0ZhrNpf4u48hf/6KFffwk2SHm8 MIME-Version: 1.0 X-Received: by 10.68.204.136 with SMTP id ky8mr6475211pbc.33.1389304224777; Thu, 09 Jan 2014 13:50:24 -0800 (PST) Received: by 10.68.16.230 with HTTP; Thu, 9 Jan 2014 13:50:24 -0800 (PST) Date: Thu, 9 Jan 2014 22:50:24 +0100 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: (U)INT_MAX in CGI (Large file uploads) From: webmaster@ajeux.com (Olivier Doucet) 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 ? Thank you. Olivier