Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43211 invoked from network); 9 Sep 2011 00:59:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2011 00:59:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:58930] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/E1-21888-2E4696E4 for ; Thu, 08 Sep 2011 20:59:15 -0400 Received: by vxh21 with SMTP id 21so1249841vxh.29 for ; Thu, 08 Sep 2011 17:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=0YR6V3+wfnDD5cs2NfrP3UTz//0TYHpyRZ0Sk0ozc1Q=; b=GEbEjiFJeW5QP+ywfvfpYqdTcE30bg4CldJP6D77ry2zUd99mknfJnhaMGi8xe7dBN lUpBmXM4QKVgJCF3f9HXkkr1Umotx9TTiImrY0zHElOt3n2xXo3/gktz90APXvGPl2/p PkoFz9Xu1NDdo1+MAItHej44NGRPiVzSmNW60= MIME-Version: 1.0 Received: by 10.52.25.65 with SMTP id a1mr1453057vdg.284.1315529952244; Thu, 08 Sep 2011 17:59:12 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.220.106.210 with HTTP; Thu, 8 Sep 2011 17:59:12 -0700 (PDT) Date: Fri, 9 Sep 2011 02:59:12 +0200 X-Google-Sender-Auth: MRUr3XB6DmcavFKifV_lMcaALHE Message-ID: To: Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Large File Support From: kalle@php.net (Kalle Sommer Nielsen) Hi Thought I would be thing one up as it has been on the 5.3 and on the bug tracker marked as critical in a forever and there seems to be many working patches around. There have been endless reports about this issue and the patches seems non trivial to apply to 5.4. Now I don't know the direct impact of the overall code base, but the patches posted to #27792 (and its linked reports), but I don't think it would take long for a clever mind to skim over the patches and update them to work, with the great effort to test cases then this shouldn't break any unnoticed pieces of code. -- regards, Kalle Sommer Nielsen kalle@php.net