Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70197 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2690 invoked from network); 19 Nov 2013 09:45:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2013 09:45:10 -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.50 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:52679] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/21-22480-3233B825 for ; Tue, 19 Nov 2013 04:45:08 -0500 Received: by mail-la0-f50.google.com with SMTP id el20so5957313lab.9 for ; Tue, 19 Nov 2013 01:45:05 -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=7I3bUj+I05k/lNfIuFqgWSIHGVIV8FyELAbDwFAn86g=; b=PnN81QRYKn/MYbx99xzGVToPeeYBgVoEmlK1xVYsMxAWS8/JAS8aRMID4/Q5Az+XOz /Bz/DV4/KRYivlqXiR72NKDQ3QNkccY+p0ShHp33ArMnNKzgks+8Q2IuYNm7vlE7+Btp bpVVbwkS8n41tlThKrdUnIDcMNCbJ9oaYFJqhizulZAFyYcFoTgcoW2Pb9dRFe3yF6It vZ4WjjUNMhF7PzJ1UeVg4lj8ZGJFLugUHjHfbbbu/9dJEjoqcTgQb8lae9ZrRXR8TgP8 YBJjYIvFJkksTqSst3nNYfmi+v0VlQefF/0VPv1go2d44vZAmjMNNiP4mEinHxcfW4w3 Mzkw== MIME-Version: 1.0 X-Received: by 10.112.162.136 with SMTP id ya8mr315075lbb.43.1384854305113; Tue, 19 Nov 2013 01:45:05 -0800 (PST) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Tue, 19 Nov 2013 01:45:05 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Nov 2013 10:45:05 +0100 X-Google-Sender-Auth: l3GN2FZpXG6HgDU4b3GBxb7Ynrw Message-ID: To: Anatol Belski Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] size_t and 64 bit integer branch From: mike@php.net (Michael Wallner) On 18 November 2013 23:43, Anatol Belski wrote: > Hi, > > the branch with size_t for string length and 64 bit integer replacement > for long datatype was brought so far. This branch is based on the one > started by Anthony Ferrara. > > Compiled with --disable-all --enable-cli this functionality is already > available. Except of a couple of edge cases, the tests pass on both 64 bit > Windows and Linux. The implementation is ready as a solid base for the > further porting. There are several new macros and typedefs to handle 64 > bit compatibility. All those are placeholders which can be easily renamed > later, if needed. There is a wiki page indicating the current progress and > containing quick start instructions: > > https://wiki.php.net/rfc/string-size_t/progress > > As the base does exist now, I'd like to call the maintainers and > developers to participate on further porting of the core extensions and > SAPIs. Many of those should be easy to convert. Any reviews and comments > on what is done are of course welcome, too. > > The new era of PHP is coming, do your part! :) Thanks Anatol, awesome effort! I have ext/hash sitting here, but still have to rebase to the git.php.net branch... -- Regards, Mike