Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68386 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32065 invoked from network); 5 Aug 2013 18:34:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2013 18:34:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:65500] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/94-06453-940FFF15 for ; Mon, 05 Aug 2013 14:34:49 -0400 Received: by mail-la0-f46.google.com with SMTP id eh20so2315392lab.5 for ; Mon, 05 Aug 2013 11:34:46 -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=Q9p24hlMt8ad0HAB2nSlJwUBrVm5DRcG+F9d9KtJ3Nw=; b=mcrmDajFQkz5yqFd+0CYlH0mk6GJBPtUvSAF7jtBYTA7kDLz+LqYilpoL0+M29Yf3l 3jRxUhw1EVWyVDZa7ZnJ3xlFE5hbBvjvnvm3Xb7ZJjmkLDS+ow3XmVoj0brE886jjO+d rHKEgFQTpkpoc9ERLP/39jVgN6KC1KHeRLOwG5HccjVopOo595Uc3mNWKXbePxnNV5fv ezYYKPUlARviswo25c9BoBRjzseYKOztEzBNREbdOHB+gO0k5q9t85tl/HdqYG+7eFB7 h38C7yOpipXe9F3hJbYlYTUCv0CHQHKpWCzDYnKCmm6RHa/ZCMem466nrMbkX661lFkv f3PQ== MIME-Version: 1.0 X-Received: by 10.152.10.71 with SMTP id g7mr9241230lab.60.1375727686466; Mon, 05 Aug 2013 11:34:46 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Mon, 5 Aug 2013 11:34:46 -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 20:34:46 +0200 X-Google-Sender-Auth: 40msTKhlbOZwcWLuip1PXWS5LyI Message-ID: To: Pierre Joye Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP internals , Rasmus Lerdorf , Ralf Lang 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 16:19, Pierre Joye wrote: > Hi Mike, > > On Aug 5, 2013 3:58 PM, "Michael Wallner" wrote: >> >> 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. > > In 5.3+ it is easier. Other parts of php deals with that. M4 Macros are > there for unices, on windows you have php_stdint (which transparently > includes stdint with vc11 and up). Yes, Anatol gave quite a few comments on the PR, so I knew about win32/php_stdint.h, but I was tricked by my memory about a globally (PHP-wide) available portability header :) Thanks for the heads up though! -- Regards, Mike