Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11297 invoked from network); 5 Aug 2013 13:58:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2013 13:58:16 -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 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:59261] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/E0-06453-77FAFF15 for ; Mon, 05 Aug 2013 09:58:16 -0400 Received: by mail-la0-f44.google.com with SMTP id fo12so2092968lab.3 for ; Mon, 05 Aug 2013 06:58:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=5MvJ3YSRjbNParP99gLcL7qmX7JNt044H/rM2ITvGQI=; b=mGwZPZyCoiCgrNowX56AaJ/ZMUDyNL6VDnTXIVl5Oan0kc+zFc4fV/9OkkGAH0MEYw ZKx92914+35TAd+Y46vQMV20mQvzTKB6FNzXPAyyD9qMvitBI+i5m82+2/K3VQAS65jZ +3zEnAfrq/Zaj/Fa3uYqO6fdUhDEbWYpbrcxYs3K/ELUsz7BGJ0HcVZ2rbfD3QLT2/kB TWuF3eCq2TO1Fs8VgtMXWId7r9PO0C2CS7WcEgYT13CfOm7M5RCotf+FcF/a8vosATyq PQXPOKKCFl1hlGRXFrAxgqrVFnye5sXhwBSjsXWatD2yhY968hAYrse/1kHMYkU68Y0K i8Ig== MIME-Version: 1.0 X-Received: by 10.152.10.71 with SMTP id g7mr8717484lab.60.1375711092834; Mon, 05 Aug 2013 06:58:12 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Mon, 5 Aug 2013 06:58:12 -0700 (PDT) In-Reply-To: References: <51CBF60C.9080706@b1-systems.de> <1372350613.2376.12.camel@guybrush> <51CC695B.9060401@b1-systems.de> <51CC6DCB.7000908@oracle.com> <51CD30FE.6070500@b1-systems.de> <51D4618C.7010705@b1-systems.de> Date: Mon, 5 Aug 2013 15:58:12 +0200 X-Google-Sender-Auth: J-7T41S237WqyWN_LV2TxmRcvj4 Message-ID: To: Ralf Lang Cc: PHP Internals , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Rasmus Lerdorf Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] I want to work against Bug 44522 - Upload limit 2G From: mike@php.net (Michael Wallner) On 5 August 2013 14:05, Michael Wallner wrote: > I have added a simple test case for Linux to verify it's basic > functionality via the CLI server, and think it's ready to be merged to > master to be able to test it within a wider audience. > > Objections, anyone? > https://github.com/m6w6/php-src/compare/2Guploads Johannes reminded me, that we don't have C99 stdint portable typedefs in a central PHP header file available yet. -- Regards, Mike