Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37873 invoked from network); 26 Jul 2014 21:55:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2014 21:55:40 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:50253] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/F4-22380-BD324D35 for ; Sat, 26 Jul 2014 17:55:39 -0400 Received: by mail-wi0-f177.google.com with SMTP id ho1so2605364wib.10 for ; Sat, 26 Jul 2014 14:55:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=MBJCjnqHcNozw5Gi/+HqJ7qJnDG8diHgwtWCU93Qkcw=; b=Vs4BeppISn7jkdJHY7I++J6H1EYeGRX8H5WM5nXQrfDNbNZq+aGC9U5f6/T8USWN+H WgniUriX4GLozZPXGDwt2L90iyTygCzRnoTQy1/zt/oZMGjIfBwhuC6j3xjPeqzOfsQR AHLOwSLhkQbhxsuzEk8ElPKlhXgKhKoBytmTUIGRneihiDFAGYLSRk+gPVwnlU7BlXQZ tR9JHkSWOFouI7osKPPRWXKxe3Qn3pJVEVfyNMSPwzl8RKSY4u/XkjgJacDtiAO7qYUn kCdcou4Br2cgPo725qMTw1+NiUPGrSIjPlu+/3/k3xp+OYKt1ZeaynptokX1g8M1/jv3 Wz1A== MIME-Version: 1.0 X-Received: by 10.194.222.197 with SMTP id qo5mr34603456wjc.78.1406411745376; Sat, 26 Jul 2014 14:55:45 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.180.90.241 with HTTP; Sat, 26 Jul 2014 14:55:45 -0700 (PDT) In-Reply-To: <53D284FE.1000804@garfieldtech.com> 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> <53D284FE.1000804@garfieldtech.com> Date: Sat, 26 Jul 2014 22:55:45 +0100 X-Google-Sender-Auth: 84FjiCgFXAhiP9YB0UFRcfVHS6E Message-ID: To: Larry Garfield Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP Language Specification From: cw@daverandom.com (Chris Wright) On 25 July 2014 17:25, Larry Garfield wrote: > On 7/24/14, 2:38 PM, Sara Golemon wrote: >> >> On Thu, Jul 24, 2014 at 12:29 PM, Rowan Collins >> wrote: >>>> >>>> Zend is only one of many >>>> contributors. Yes, the engine is still named Zend Engine but the >>>> language has been improved by many php.net contributors. >>>> >>> The idea was that "ZPHP" is PHP running on top of the Zend Engine, in the >>> same way that "JRuby" is Ruby running on top of the JVM, and "CPython" is >>> Python implemented in C. In my mind, it doesn't imply any connection to >>> the >>> company of the same name - especially if we're only borrowing its first >>> letter - but perhaps others would see that differently. >>> >> We (HHVM) ran into this issue as well. We'd talk about the way PHP >> (the reference implementation) does something and needed to >> disambiguate it from PHP (the language syntax). Prior to my joining >> the project "Zend" was the go-to moniker for this. Since I've seen >> that go down very poorly many times in the past (who here remembers >> the ZendCon where they included "Zend === PHP" on their marketing >> materials?) I pushed the team towards saying "PHP5" when referring to >> the implementation, and "PHP" when referring to the language syntax. >> >> That's not really a solution for us (PHP), but I do think the issue of >> separating the language from the implementation is useful, even if our >> (PHP) implementation of PHP (syntax) is and will always be the >> de-facto reference implementation. >> >> -Sara >> >> P.S. - Pronouns are getting hard, yo. > > > Until we figure it out, I will be referring to the current common > implementation as "Zippy". Hopefully it catches on. > Sounds like a Zend ImPlementation of PYthon...