Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26569 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10200 invoked by uid 1010); 14 Nov 2006 14:32:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10184 invoked from network); 14 Nov 2006 14:32:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2006 14:32:18 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.193 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.193 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.193] ([64.233.162.193:40017] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/A4-13189-173D9554 for ; Tue, 14 Nov 2006 09:32:17 -0500 Received: by nz-out-0102.google.com with SMTP id q3so545966nzb for ; Tue, 14 Nov 2006 06:32:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=KdSgp1Tbvy/Mzqeh5YDjNfAsgH0gioG7FNcZhvKH5I3lE5fUowL3XXhoO8Ho9R4z/dWdT0h1WPFVIJ9HxG4KKbLEIyddgKhToVQmCICPHdCCHjWUdE+wJVYNSQx0HJhKbQNj6JEC4tqmGAtPf9vjGKw36kqjAFxm5ojbCS9ZsF0= Received: by 10.65.194.13 with SMTP id w13mr738041qbp.1163514736877; Tue, 14 Nov 2006 06:32:16 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id c5sm8091385qbc.2006.11.14.06.32.16; Tue, 14 Nov 2006 06:32:16 -0800 (PST) In-Reply-To: <016901c707e3$08aaa440$0201a8c0@pc1> References: <016901c707e3$08aaa440$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: Content-Transfer-Encoding: 7bit Date: Tue, 14 Nov 2006 09:32:09 -0500 To: "Matt Wilmas" X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Binary strings from 6 in 5.2? From: ilia@prohost.org (Ilia Alshanetsky) -1. Let's not transform 5.2 into a placeholder for PHP6. On 14-Nov-06, at 6:50 AM, Matt Wilmas wrote: > Hi all, > > This is regarding Derick's addition of the (binary) cast in 5.2, > and its > discussion. I agree with the others who think it's a good addition so > future code for PHP 6 won't fail with a parse error on a small > thing that > could be handled transparently. > > But the point of this message is to ask about the "b" binary-string > "prefix > thing" from 6: Isn't that a closely-related syntax addition which > should > also be included? If so, the attached patch hopefully covers it. :-) > > > Matt > <5_2_binary.txt> > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php Ilia Alshanetsky