Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28715 invoked from network); 30 Jul 2010 14:14:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2010 14:14:33 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:48726] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/8D-53454-34ED25C4 for ; Fri, 30 Jul 2010 10:14:28 -0400 Received: by fxm17 with SMTP id 17so1028390fxm.29 for ; Fri, 30 Jul 2010 07:14:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ChAoYw23PeSrzQQ7595CRMzS42jKOltij0wvKStNBsw=; b=MufsGZBYhrg9opEgLwTpNDCx97a7UD6crQRZhu8nUOWFSFWqw7varXt8JAAD6mzxQZ ISQIEsW7aGy9Qfvo+2x96moduwcq1CS+ncBJRtSLqm0nUihcD6z6iU5XSK3OKJWwrw8V ZZc24UUGufaMFy42Ov8Z0Bbr0xxtOvQv3NLdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=WfL1/shEt+bfAk7bXVDGVMtlYW1vDSbGGXRG4oiVDdi2vTJ7N51+Q7AnVMeWAS7A9D KGxLpmYeX4xa8aO9ILb+6+vcV+0GGNktvFgi2QqBmcRHzdob00kvBk6By+fvEnWmQ18c JR31e94n5Wx+pXvemEVSVoLeyj/vDsOh14te4= MIME-Version: 1.0 Received: by 10.239.174.12 with SMTP id h12mr80027hbf.156.1280499264525; Fri, 30 Jul 2010 07:14:24 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.239.161.200 with HTTP; Fri, 30 Jul 2010 07:14:24 -0700 (PDT) Date: Fri, 30 Jul 2010 16:14:24 +0200 X-Google-Sender-Auth: aVJhkWi372KxN66187KZBMI6Qe4 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: full LFS support From: info@tyrael.hu (Ferenc Kovacs) Hi. I would like to know what is the current status of the LFS support for php. http://bugs.php.net/bug.php?id=27792 http://bugs.php.net/bug.php?id=48886 As far as I can see, there are some patches floating around, but some of them doesn't work, some of them are incomplete. As far as I can see, with the latest release(5.3.3) you can't stat or filesize a file where the size is >= 2GiB on 32bit OS, and >= 4GiB on 64bit. Is this true? From the proposed patches, it seems that there arent that many LOC which needs to be adjusted to provide a decent LFS support. Are there any blocker objections or architectural problems, or we just lack specification or manpower to fix this issue? If this gets fixed, will this be included into the 5.3 branch, or this can only be added with the next major version? Tyrael