Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13562 invoked from network); 5 Aug 2013 14:19:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2013 14:19:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; 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: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:56239] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/51-06453-564BFF15 for ; Mon, 05 Aug 2013 10:19:17 -0400 Received: by mail-la0-f49.google.com with SMTP id ev20so2069722lab.8 for ; Mon, 05 Aug 2013 07:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hvl1MD9CInGntbBMytU+5PjXolqAo7egEy2ZSWETui0=; b=Chqrf00wWkfehBo6Kd42w2KP5bZhUk9F/haZXBkhDNdearOYo6qOHvMsv7wVgUTFIJ mzSTTeCEZ731OQhgwv/SsCnsWXsfXA2KBLNezW+W3So69univoFJ6J93N7QYARwQ4XQ2 9nnuWcU4IkZJOoCqDrdJL+hn7KndvHfzZK/sitGazjXcJztzW/suLHTWynIOfnTy5Ex8 Ihax7iD3yFz7L8MRM136Ac1U0XslFm77I3WC3kKA3dlL5/mRpM2fIE7fZRJk7MckityD z3lwv0/Apl3S3xe5CwKr6/zr5hbitS2/b1y+A1zn9DWuM1tyBSAp518yc6l0wZmTYd7L gRiQ== MIME-Version: 1.0 X-Received: by 10.112.63.132 with SMTP id g4mr9239889lbs.25.1375712354175; Mon, 05 Aug 2013 07:19:14 -0700 (PDT) Received: by 10.112.160.4 with HTTP; Mon, 5 Aug 2013 07:19:14 -0700 (PDT) Received: by 10.112.160.4 with HTTP; Mon, 5 Aug 2013 07:19:14 -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 16:19:14 +0200 Message-ID: To: Michael Wallner Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP internals , Rasmus Lerdorf , Ralf Lang Content-Type: multipart/alternative; boundary=001a11c3e3bc2f137f04e333fe36 Subject: Re: [PHP-DEV] I want to work against Bug 44522 - Upload limit 2G From: pierre.php@gmail.com (Pierre Joye) --001a11c3e3bc2f137f04e333fe36 Content-Type: text/plain; charset=ISO-8859-1 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). > -- > Regards, > Mike > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a11c3e3bc2f137f04e333fe36--