Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71601 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3238 invoked from network); 26 Jan 2014 22:08:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 22:08:47 -0000 Authentication-Results: pb1.pair.com header.from=marco@m-s-d.eu; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=marco@m-s-d.eu; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain m-s-d.eu from 209.85.223.181 cause and error) X-PHP-List-Original-Sender: marco@m-s-d.eu X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:62919] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/B4-12631-E6785E25 for ; Sun, 26 Jan 2014 17:08:46 -0500 Received: by mail-ie0-f181.google.com with SMTP id to1so38047ieb.40 for ; Sun, 26 Jan 2014 14:08:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=baons8YSaIkWbXDQAFW6/pKWDiVxgC9XloXVF1aOOU4=; b=WoBvMJ07eekP3f20/9WOZISDB0U7zLajX9AGDsM6oyY8ZuzR0zZcLyVkDKGt5fpPVl h5H5tvFsFxyC077rrsQzBbnYlU2INlS4RUeyAS4I2R4AdSIdo1RYYIQ9RydGrmwCl4tQ WH7QIKnyl+OyUS2sDq1X1nZqaE6Kaq5G5HlpVxULwKrtA1ilU14dYhfGiTRry68iFWaS t/KjOCHLNIm6XzsxllfSRMHY62RfKB8VvQDCXF5erDoYvjoT2WvSsQ3NCNYJ92PO4USx aWQwNaM5kE222Orj2B1QgEfg3vyhbBX7iUx/FVaA2CHqHN4x5Jwk46+7xhV3sPUMVoFD xt+Q== X-Gm-Message-State: ALoCoQk3SlxtcKlWFRg4A52bKzo9zKdshMBRp5GAv9//i9j1r4K2UPh/A6ZmyUP6lZ9OQ2lFMhS0 MIME-Version: 1.0 X-Received: by 10.50.100.170 with SMTP id ez10mr14461126igb.15.1390774123489; Sun, 26 Jan 2014 14:08:43 -0800 (PST) Received: by 10.64.212.39 with HTTP; Sun, 26 Jan 2014 14:08:43 -0800 (PST) X-Originating-IP: [84.153.30.218] Date: Sun, 26 Jan 2014 23:08:43 +0100 Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: PHP and unsigned ints From: marco@m-s-d.eu (Marco Schuster) Hi all, sorry if I'm once again warming up old leftovers, but is there any chance of landing a way to support unsigned ints in PHP5+x without having to resort to GMP or custom classes with operator overloading? Thanks, Marco