Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91064 invoked by uid 1010); 9 Feb 2006 18:53:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91049 invoked from network); 9 Feb 2006 18:53:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2006 18:53:46 -0000 X-Host-Fingerprint: 209.10.209.56 unknown Linux 2.4/2.6 Received: from ([209.10.209.56:35180] helo=mail.spikesource.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FF/D8-35443-9BF8BE34 for ; Thu, 09 Feb 2006 13:53:45 -0500 Received: from ganges.spikesource.com (ganges.spikesource.com [::ffff:172.16.20.210]) (AUTH: PLAIN enugroho, SSL: TLSv1/SSLv3,128bits,RC4-MD5) by mail.spikesource.com with esmtp; Thu, 09 Feb 2006 10:53:40 -0800 id 00214429.43EB8FB4.00007A03 Reply-To: enugroho@spikesource.com To: internals@lists.php.net Organization: SpikeSource Inc. Date: Thu, 09 Feb 2006 10:53:39 -0800 Message-ID: <1139511219.23993.19.camel@ganges.spikesource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.0.4 (2.0.4-7) Subject: Other Integers for php 6 From: enugroho@spikesource.com (Ezra Nugroho) PHP developers, Are the requirements for PHP 6 set in stone? I saw in the minutes from the Paris meeting that a 64bit integer has been proposed. I am curious if it would make sense to allow integers to be both signed and unsigned. For me personally, I would love to have unsigned 64bit integers. I have a task that requires bitflag operations. Having only 16 bits to deal with is really bad (I only care about positive int). Having 32 positive bits in PHP 6 is certainly an improvement, but if I can get all 64, then live would be much better. http://www.php.net/~derick/meeting-notes.html#add-a-64bit-integer Thanks, Ezra