Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5466 invoked from network); 5 Aug 2013 12:05:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2013 12:05:20 -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.49 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:50646] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/10-06453-0059FF15 for ; Mon, 05 Aug 2013 08:05:20 -0400 Received: by mail-la0-f49.google.com with SMTP id ev20so1952736lab.22 for ; Mon, 05 Aug 2013 05:05:17 -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=nau79IXDUulvfBcXqX9luUfEKw/j/PwqEcz4xxGIkEs=; b=tZAvTe6Fa7dqMqxUTsviIeF02ckBHQA92eC4U/x+CG29F+6Pq/jyOSi6rLppYPb9o8 sMNGENdsTbSWJb5dEqLa4XdHPBHBfHPJJtQgEsavYHkp53DFI6XXJMOPfvztGoO4DAEn xX+9GPZhy+TKmkfvkzR6x2gN7WZh1dRe/ZnRD4zdfhYomilMiGS8W/zyN4UDsX6ez5s1 GzA0SjPItUBK5UR8Ebl+KDa9YwDLYAFnD75TExSMlRB9hHcePEWS7+IeINfCf+OLdPRG OXrsKCqh+e8Ye4Z5H6Wr3DzABK9eADaXxZ3hwAObUCX+l7FZdCIQvr/amOohR/XXfuAb SFEw== MIME-Version: 1.0 X-Received: by 10.112.157.226 with SMTP id wp2mr8655196lbb.65.1375704317116; Mon, 05 Aug 2013 05:05:17 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Mon, 5 Aug 2013 05:05:17 -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 14:05:17 +0200 X-Google-Sender-Auth: 31E6tYHM6EMJTym1thF5zwVqIkc 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) 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 Thank you Ralf! -- Regards, Mike