Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71927 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48053 invoked from network); 1 Feb 2014 18:28:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2014 18:28:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.128.173 cause and error) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.128.173 mail-ve0-f173.google.com Received: from [209.85.128.173] ([209.85.128.173:45596] helo=mail-ve0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/02-30967-2EC3DE25 for ; Sat, 01 Feb 2014 13:28:50 -0500 Received: by mail-ve0-f173.google.com with SMTP id oz11so3934065veb.18 for ; Sat, 01 Feb 2014 10:28:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=t/RrCNgGyJIDxLJzEBETThh6Y4BMYZQlHSqsTZba/oU=; b=YJjrOGBxPgN2gudLFcbzxOhtPTv+mmUPLQTrlFBF5rzsYNcpaSzvfMVK302Zsv3m7Y RURZQMxAEwmGdxj7+lRW/c6V0Db+jNxKadroOx8Ug+od3NyKxpXY5X5umpzEr/pOVqyA u7fouXKCuNLiXJr+Lb4RX8WaA7ut8rJKLYIx/U5542OYQLNUCxTm/4uyXTt0oAtiaAg0 kIU93taKmJ9yHQHecEVaLJTfhss+Vso59U/8aZ9wHjQWm+E8bYyiW/zaCBO2COnOY1/v 5mLi2As9qjvjkBw7WkzrizrWTdl7NQKTjpelEb31MT9wNWerbQt1H4p+c6rXaAxqCLZs 2XxQ== X-Gm-Message-State: ALoCoQlOvdRJEcpM/vbjDBcMLtDzbY8R38+xnnUSUKFGAC9UujOyLNTmCLA+Yp7z7SwYUCMwcZyFmFp3M/WkeNNbWBUCiZeLJ358PCFu5NumdkNlNVY5srXz0z2ljrW9DpAsn7Yl33sk X-Received: by 10.52.117.115 with SMTP id kd19mr17932539vdb.15.1391279327591; Sat, 01 Feb 2014 10:28:47 -0800 (PST) References: <52EAF0A3.2000001@oracle.com> <1d5850561e0ef9e7739c7e7b7b0448d0.squirrel@webmail.klapt.com> <52EC0B34.8080109@oracle.com> In-Reply-To: <52EC0B34.8080109@oracle.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 thread-index: AQKXG/MFvR0atL/ck2TgW5/Clbz6gwLWR1gIAg2N+tQCOzxAJ5jXxUHw Date: Sat, 1 Feb 2014 20:28:46 +0200 Message-ID: To: Christopher Jones , Anatol Belski Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] [VOTE] 64 bit platform improvements for string length and integer From: zeev@zend.com (Zeev Suraski) > I agree that the 64-bit RFC doesn't affect syntax. However it does > materially > affect the language, so I believe it requires a 2/3 majority. I'd consider it a language-changing RFC. The 2/3 majority is related to material changes in the language, and as you said, syntax changes are just one (although the most common) such example. The 50%+1 is really for extension-level changes - mostly new functions/extensions, moving stuff to/from PECL, etc. Zeev