Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58906 invoked from network); 1 Apr 2012 22:05:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2012 22:05:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:46490] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/88-01129-731D87F4 for ; Sun, 01 Apr 2012 18:05:44 -0400 Received: by obbup19 with SMTP id up19so3481569obb.29 for ; Sun, 01 Apr 2012 15:05:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AQFEjefWOQBE2sPKiigQz5GKz2V27BssNkJG/X3y7UY=; b=S0IsdBvx03JlUbb7PJOMDA0ysG5bLS1ok31iNlVZcNFkyJ+dnctPnVTardWe+vf1BS QhVNsSIfE/GQONu9Ch7r0Dx32RH0jH6c/pfTgPgr51NvpWfwq+f02B2b7gJFJZUehoWZ wMkNRVKy3yLUPu67Dp0sZqV2jeOsXPCvcvWYoKj0C7k9kl9/fipT79BgdqeduOMdEC0n qKXCp0ivZPykRZtMQfRpaP523zIw0Vk6wnxzzt9Q+0vJAmTf7f6ZH5wrp8V+dlrkjWzk xOe/xyC/FmdSKcGSK2wWlXwY5EaQEQI0aNMEx7EOQOrpLU8jhYK4a0LUrOjyrD++TrHE iQoA== MIME-Version: 1.0 Received: by 10.60.2.6 with SMTP id 6mr9452729oeq.21.1333317940997; Sun, 01 Apr 2012 15:05:40 -0700 (PDT) Received: by 10.182.128.68 with HTTP; Sun, 1 Apr 2012 15:05:40 -0700 (PDT) In-Reply-To: References: <4F7847CA.2090307@anderiasch.de> Date: Sun, 1 Apr 2012 18:05:40 -0400 Message-ID: To: Pierre Joye Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8fb205ca3eecf804bca54644 Subject: Re: [PHP-DEV] Question about parser implementation details From: adamjonr@gmail.com (Adam Jon Richardson) --e89a8fb205ca3eecf804bca54644 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Apr 1, 2012 at 5:10 PM, Pierre Joye wrote: > hi, > > On Sun, Apr 1, 2012 at 2:19 PM, Florian Anderiasch > wrote: > > > due to the widespread acceptance of binary number format (0b1010101) and > > the growing demand for backwards compatibility I've started to work on > > support for Roman Numerals (I, II, III, ...) > > I am really really not sure we want that as part of the php scripts > like hex or binary. (Read: I do not want to have that :). I'm thinking Florian is doing what Moriyoshi successfully pulled off earlier today, so I wouldn't sweat it :) Adam --e89a8fb205ca3eecf804bca54644--