Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18307 invoked from network); 6 Aug 2013 21:00:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2013 21:00:15 -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.217.180 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-lb0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:32996] helo=mail-lb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/B0-06453-DD361025 for ; Tue, 06 Aug 2013 17:00:14 -0400 Received: by mail-lb0-f180.google.com with SMTP id a16so893751lbj.39 for ; Tue, 06 Aug 2013 14:00:08 -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:message-id:subject :from:to:cc:content-type; bh=B5PMS0rNN7zpJWbSHv0bOOlTTiK6HkjGanI54AFm08I=; b=exrQRQpJexNGnsBrgKQOTjKb3hulTHUeYSN9wvT9y9F/0ys8BvnD/IzZu/BBJonR3x EqjsVJy76MRzsruGdQwTkVZucB77EgiaD0LE0hOFqmHvOC3HEnUo7lvZk52dZI5t4r0O oBV02J6Y3qqZYOzLuuPUuReSkBwvOBBYFhrDHOUUroaTz0wRs987kPgK1sjdX1MVF1MJ jD50nOq5MFrw02JR3FEytdKIPymoJP/WBOIItjEazzQ2Ik0vgJeiCjuz3kBmUmJOWOun M/w/TGSv9u19xaMzbIuViGy3iZMzRcnumtnIDgdkgBviRG4uHeQO+MFdAiUDQhZHEMM1 xE5g== MIME-Version: 1.0 X-Received: by 10.112.33.205 with SMTP id t13mr339194lbi.22.1375822808277; Tue, 06 Aug 2013 14:00:08 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Tue, 6 Aug 2013 14:00:08 -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: Tue, 6 Aug 2013 23:00:08 +0200 X-Google-Sender-Auth: he72cJFGdYmi0fnGmgoBNCPVWg0 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 20:34, Michael Wallner wrote: > On 5 August 2013 16:19, Pierre Joye wrote: >> Hi Mike, >> >> On Aug 5, 2013 3:58 PM, "Michael Wallner" wrote: >>> >>> 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 :) Alright, I rebased the 2Gupload branch against stdint: https://github.com/m6w6/php-src/compare/2Guploads https://github.com/m6w6/php-src/compare/stdint A test build on more exotic platforms would be appreciated -- I'm working on setting some up for me. Thank you. -- Regards, Mike