Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46856 invoked from network); 3 Jan 2014 18:55:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2014 18:55:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.174 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 209.85.215.174 mail-ea0-f174.google.com Received: from [209.85.215.174] ([209.85.215.174:41510] helo=mail-ea0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/E3-12805-99707C25 for ; Fri, 03 Jan 2014 13:55:22 -0500 Received: by mail-ea0-f174.google.com with SMTP id b10so6866831eae.33 for ; Fri, 03 Jan 2014 10:55:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KT4luo7xjZkGvDNkCPP8R7eOvpCmJsDgttuVccOZm7g=; b=d8+NHglUmw35iGkl2VX26BJ9TGK1rl5VLyl2qAzYlc2jSai04WALBz9R6Bd/ZjoOX8 ADqbYkTqgNIcaHZScud0JgzbrZdZ7ixK6TQz87xnqOn9IkFlrMWAPHR6ZM0WD6OO/K3h sMdN6/ewzcQ4zmuxixQTEL56aY0Sf5kQT6RUBYTwld0+NjrUNdLaCpoQNCwbPeqA42YO AWHPwedR7Z83CAlxg3wmV33cCNlvgaq3AkxkW0b4oVHj01rQ4IHs4pyPKiWEg0CEY1yK rn1tf0i9bf5m8wxv0CqvRb2QVAj6YWrhnBtY6X24ILrKv0tPgxaHFvsNpmu8FKU3Z3Lk s9fQ== X-Received: by 10.14.251.132 with SMTP id b4mr3836791ees.78.1388775319169; Fri, 03 Jan 2014 10:55:19 -0800 (PST) Received: from ingwies-air.speedport_w723_v_typ_a_1_00_098 (p5B150FB1.dip0.t-ipconnect.de. [91.21.15.177]) by mx.google.com with ESMTPSA id m1sm147267703eeg.0.2014.01.03.10.55.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 10:55:18 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) In-Reply-To: Date: Fri, 3 Jan 2014 19:55:17 +0100 Cc: Andrea Faulds , Pierre Joye , zhifeng hu , PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <2F9B1EDE-12E3-402D-9281-25BADD058974@googlemail.com> References: <52C6E2F2.2020408@ajf.me> To: Sara Golemon X-Mailer: Apple Mail (2.1822) Subject: Re: [PHP-DEV] Is it possible introduce HHVM into PHP kernel tree? From: ingwie2000@googlemail.com (Kevin Ingwersen) If I may mention, HHVM doesn=92t even work properly on all platforms so = far; but PHP does. That=92s one big bummer to consider. Am Fr. Jan. 03 2014 19:50:01 schrieb Sara Golemon: >> It's my understanding that HHVM is incomplete, as well. Does HHVM = implement >> the full basic functionality of PHP? Are there still things which = don't work >> for performance reasons? >>=20 > Syntax: Yes, HHVM is an equivalent engine.* > Runtime Library: This is the big gap. PHP has a bunch of bundled > extensions and a massive library of PECL extensions. Since the > extension API is very different, each extension has to be > reimplemented, and not all of them have been. >=20 > -Sara >=20 > * Actually HHVM hasn't finished finally yet, but that's very new in > PHP. Also, there are a couple small areas where HHVM intentionally > differs from PHP.