Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2143 invoked from network); 18 Feb 2014 17:05:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2014 17:05:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:53807] helo=klapt.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/54-16937-DB293035 for ; Tue, 18 Feb 2014 12:05:02 -0500 Received: by klapt.com (Postfix, from userid 33) id B853B23D611B; Tue, 18 Feb 2014 18:04:57 +0100 (CET) Received: from 92.75.37.225 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Tue, 18 Feb 2014 18:04:57 +0100 Message-ID: <7196def5cb783e3016e48d0488809972.squirrel@webmail.klapt.com> Date: Tue, 18 Feb 2014 18:04:57 +0100 To: "internals" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: 64 bit branch PHP 5.6 shadow branch From: anatol.php@belski.net ("Anatol Belski") Hi, I've pushed a new branch http://git.php.net/?p=php-src.git;a=shortlog;h=refs/heads/str_size_and_int64_56_backport . That branch contains the exact state of PHP-5.6 plus the patch from the https://wiki.php.net/rfc/size_t_and_int64 . The purpose of this is to allow the tracking of features and those comparsion between the current stable and the patch branch. I'll be contemporary holding that branch in sync with the PHP-5.6 branch for some time. So for those willing to play, please do it. If you see some difference from PHP-5.6 features, please fix or let me know - those might be due to a mistake in the backport or (not yet) happened merge from PHP-5.6 in some timeframe. Thanks Anatol