Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31332 invoked from network); 24 Jul 2014 20:32:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2014 20:32:17 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.220.172 mail-vc0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:38343] helo=mail-vc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/9E-55539-05D61D35 for ; Thu, 24 Jul 2014 16:32:17 -0400 Received: by mail-vc0-f172.google.com with SMTP id im17so5919311vcb.17 for ; Thu, 24 Jul 2014 13:32:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=z1iiNSMkjODPR21nxVMlVHVTQXn6OzUn49NiMdmcWpw=; b=g+epETFJErcahuEBlnzfqEGHm/ZM4nUi3kjEgTXXpKB+F77ril4+NwILroWs9faFRI vrKf9YG0ukiLv4IUyoxzyLLvSq9ifXp2qV6bxpuOnFw9EyGxDDNw5+0Yky50ibMNQHdG QQR0Poui5U25rx/kXvArL7ysvoNsYomeFJeByMARPAh7OeZUyCPiE0pwiDSD2YreegDS lELRM5dr11ZzhAp/0OAHP6S9MsNFbob+SqNbe2/fg6rz/MwRIypEiGk/6/onHi7yMt0q 7OO+mrWWYQ8A8oV4+AGL56l/10gUz2a1kud1YJ+I58SniUPrE4eYmTYkB03nAMbi7LJm 2Dkg== X-Gm-Message-State: ALoCoQnBRWhb3HhdujBMF6dAOHkcD5qmajV/xeDn7eo4YbarTnlMNkMUoOfM3Ksm2LmvkpxkSbK4uecxd0AySxTZM2GdO/4JnsrfzMHAf+ooPhpkoCtWb+kEcz6nxkADoPXiuX4mylnN X-Received: by 10.52.34.46 with SMTP id w14mr13334898vdi.64.1406233939305; Thu, 24 Jul 2014 13:32:19 -0700 (PDT) References: <53CFB2CD.5050703@hoa-project.net> <53D0062A.20905@gmail.com> <3D49DA70-E726-439B-94E7-F8888358C04D@benramsey.com> <53D0FC76.3080604@hoa-project.net> <53D10CE8.8090500@gmail.com> <4212D04D-0241-4887-A9DF-180958A31926@ajf.me> <53D11BBF.7040306@gmail.com> <53D15E99.4060803@gmail.com> <87fdfd1a00dcad32843001d02ee10108@mail.gmail.com> <1D993D81-0C61-4759-B3A6-8611232F2A07@ajf.me> In-Reply-To: <1D993D81-0C61-4759-B3A6-8611232F2A07@ajf.me> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQFY3vDGa06Wf4YlYcrjQD8RP5OGegILVfwWAjW0sLkBPmFsVQFUbct5AfLo/TkCBlo/RAJa+mQ0AXJHOakB86Dp9AIpiLSyAkZ3AasCWk3tswJaGscfAkVsawAB/NsaNputmGVg Date: Thu, 24 Jul 2014 23:32:18 +0300 Message-ID: To: Andrea Faulds Cc: Sara Golemon , Rowan Collins , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] PHP Language Specification From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Andrea Faulds [mailto:ajf@ajf.me] > Sent: Thursday, July 24, 2014 11:26 PM > To: Zeev Suraski > Cc: Sara Golemon; Rowan Collins; PHP internals > Subject: Re: [PHP-DEV] PHP Language Specification > > > On 24 Jul 2014, at 21:23, Zeev Suraski wrote: > > However, from an internals perspective, we need to be able to distinguish the > two and this becomes particularly important now due to HHVM and the > specification. > > So, we should decide on a name for the original PHP implementation. Ok, maybe I missed the context, and if I did apologies for that. Are you talking about a standard way of discussing it on internals@ when we talk about the spec and different implementations of it? In that case, my vote (in the risk of agreeing with someone I almost never agree with) would be calling it 'php.net PHP', as that's exactly what it is. php.net is not just the website but all of the php.net infrastructure, the codebase, bug tracking system, etc. - seems like the most accurate name for it. Zeev