Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1558 invoked from network); 15 Mar 2015 00:54:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 00:54:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.161 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.161 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.161] ([81.169.146.161:42062] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/00-01144-838D4055 for ; Sat, 14 Mar 2015 19:54:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1426380852; l=372; s=domk; d=kelunik.com; h=Content-Type:To:From:Subject:Date:MIME-Version; bh=obKtUCQljv3cS6riM/myUYSFpz/rH+aH+/BX/qwihaY=; b=i+ua+H5ThMVXt27Yn5aQAbvePcteiH+CJQjGuc6UqANe/35gVObBl78RuYKR5+lNFkv UAurHLkYH14d4kD8X3YyMO1gOvIw1762K2wJaMDku2ot+I/t6Wwkl449yGk1A670kkKQM xz5eQf1DtyOoXT5zLLZMLdLTs3Pjg5CyMGI= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtPnRQ9w== X-RZG-CLASS-ID: mo00 Received: from mail-we0-f177.google.com ([74.125.82.177]) by smtp.strato.de (RZmta 37.4 AUTH) with ESMTPSA id d025f9r2F0sCIRk (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for ; Sun, 15 Mar 2015 01:54:12 +0100 (CET) Received: by wejb47 with SMTP id b47so15254202wej.0 for ; Sat, 14 Mar 2015 17:54:12 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.75.103 with SMTP id b7mr61314259wiw.32.1426380852728; Sat, 14 Mar 2015 17:54:12 -0700 (PDT) Received: by 10.27.222.1 with HTTP; Sat, 14 Mar 2015 17:54:12 -0700 (PDT) Date: Sun, 15 Mar 2015 01:54:12 +0100 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC][PRE-VOTE] In Operator From: me@kelunik.com (Niklas Keller) Morning, I'd like to announce that I'll open the vote for the in operator later that day. You can find the RFC here: https://wiki.php.net/rfc/in_operator There was a small change: If the haystack is a string, integers are no longer allowed as needle. This change was necessary so it's consistently strict for both, array and string haystacks. Regards, Niklas