Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71044 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99950 invoked from network); 10 Jan 2014 18:29:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2014 18:29:53 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.180 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.128.180 mail-ve0-f180.google.com Received: from [209.85.128.180] ([209.85.128.180:44954] helo=mail-ve0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/41-24721-02C30D25 for ; Fri, 10 Jan 2014 13:29:52 -0500 Received: by mail-ve0-f180.google.com with SMTP id jz11so3741630veb.39 for ; Fri, 10 Jan 2014 10:29:49 -0800 (PST) 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=mzZl6hn8k+H7o5HfrFNk9vlrkpU9sMam83CxPxl8muI=; b=yoL2mx5d3q+aTsM/2JFCYlA1bdKWOFXixk1S9YVYaTmVtl8AVaxVlwTHF1odcafuEj 3JFR3CIf8/myAMNHSzVkdMk1IDh05v1KJOd5suG/dfICU4QdPZDQOSBVAnhOvntOkLSq LCpU3t+iVh4fkOlulOq2ipsDKebDG8gjJWcls4NMTyolmPCvpHl6jchXbGSrUQ+lGxn/ c30iYDtuOy5GNMPTbANGKmgKhF6EZ+jhHIR1LmX+kDtOk+zi0+LHrBmY2OxEqQHOcS5i XLxWctu7A516NHaMtyTtocQkk9WoLD5QWH617dAPM1qZtiWTpptK3fAx3OM4DO8vC4p1 33wA== MIME-Version: 1.0 X-Received: by 10.58.181.165 with SMTP id dx5mr9066129vec.19.1389378589785; Fri, 10 Jan 2014 10:29:49 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.58.179.10 with HTTP; Fri, 10 Jan 2014 10:29:49 -0800 (PST) In-Reply-To: References: Date: Fri, 10 Jan 2014 19:29:49 +0100 X-Google-Sender-Auth: kiYWReabNiF5HxudJt-rwJxfrgg Message-ID: To: Anatol Belski Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] 64 bit platform improvements for string length and integer From: kalle@php.net (Kalle Sommer Nielsen) Hi Anatol 2014/1/10 Anatol Belski : > Hi, > > https://wiki.php.net/rfc/size_t_and_int64 I absolutely love the work, time and effort you have put in to this branch, I've been following it closely on the sideline. There is one thing I'm wondering about, maybe I skipped through some of the sections too fast in the RFC, but what about API BC? I know you propose it for PHP6, but are there gonna be any macros or other helpers for extension developers to ease the use of #ifdefs, I realize things like the parameter parsing one is gonna be tough, but just as a general thought, I think Derick was asking something like this not too long ago? -- regards, Kalle Sommer Nielsen kalle@php.net