Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62486 invoked from network); 17 Jul 2011 23:47:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2011 23:47:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:49481] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/D3-23384-8A4732E4 for ; Sun, 17 Jul 2011 19:47:52 -0400 Received: by pvh10 with SMTP id 10so2589926pvh.29 for ; Sun, 17 Jul 2011 16:47:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=IZU8m1YlIqJKVWS7QMMEs9YcfuOnhO6swg7bfJRZY0c=; b=Cs5dKF5HB7Zwg+PmqX0JBMaC3niDyP3dluAsmG99txTUETwJ4uQAovwd6OFatIHdxp QZhoY6SnSnv2//Ez09uh3GSFgh37wowRZeHPyn3VyGLqKt6glG+cC1MMgB5TJFYoxNCI BGZGNvtWq7OcjdXfXubAOJS5gdFymGi6T1900= MIME-Version: 1.0 Received: by 10.68.31.135 with SMTP id a7mr220628pbi.262.1310946467976; Sun, 17 Jul 2011 16:47:47 -0700 (PDT) Received: by 10.68.62.2 with HTTP; Sun, 17 Jul 2011 16:47:47 -0700 (PDT) Date: Sun, 17 Jul 2011 19:47:47 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: RFC: Add Logical Shifts for bitwise string operations From: ircmaxell@gmail.com (Anthony Ferrara) Hello all, I have added an RFC for the addition of logical bitwise shift operators. (>>> and <<< proposed). https://wiki.php.net/rfc/logicalshiftoperator Feedback welcome, Thanks Anthony