Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73896 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11280 invoked from network); 5 May 2014 14:26:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2014 14:26:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.182 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.182 mail-we0-f182.google.com Received: from [74.125.82.182] ([74.125.82.182:58397] helo=mail-we0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/A3-23541-28F97635 for ; Mon, 05 May 2014 10:26:12 -0400 Received: by mail-we0-f182.google.com with SMTP id t60so1871784wes.27 for ; Mon, 05 May 2014 07:26:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iBRQoW4AlAPT7p+YoAmuxO8tS3iH75XoiGmy7kGK6lM=; b=b3Ju1VTt9dpW7QjB5H0TQiCpMrJ4L6FgmJOYiXTh/LQe2zq4NayIGvv33DAS8Zbx3j yv36sYif5tOOHf6Kj4YuZAa1gwHboNircr8i7WeG9T5SJL8QGQfDifVHVe0BDHmN5gQT V8/+pGSoQnfg/wAlXlb5kR5RYChyVL0C9hfCjPWynYCtrxxKDaTi4bi/FlhzG0whtu0r awyeRO7WBDAxeCJ8mT4F/adO89VLL2V7IfiP/ZzuGVNF6c9DL0n6qCAOtkG5XIV/zSaS phTtQ0+64KpKnn1gE9+OWZEvhHPHUlIR4ZGbhunImqj58AfFIBRe2hdfLZaT5Sstjpr0 1H+Q== X-Gm-Message-State: ALoCoQldC07kz2m1XCZm74yW9CxmvsOufVQZf5S1A2ZNBj1zT3r8VM5BMHwTGhwhHlzXVd8uFP4NojCsGRsXL0BAKPvft3BMA1cnLtkq60E/OgDRjrFpsn5a/ufcU0Vg1QZuyxSoXOz/ MIME-Version: 1.0 X-Received: by 10.180.89.241 with SMTP id br17mr16293160wib.0.1399299966270; Mon, 05 May 2014 07:26:06 -0700 (PDT) Received: by 10.227.57.133 with HTTP; Mon, 5 May 2014 07:26:06 -0700 (PDT) In-Reply-To: <139CBA89-9FBD-44E9-A4FC-5539F02943BC@googlemail.com> References: <139CBA89-9FBD-44E9-A4FC-5539F02943BC@googlemail.com> Date: Mon, 5 May 2014 18:26:06 +0400 Message-ID: To: Kevin Ingwersen Cc: PHP Internals Content-Type: multipart/alternative; boundary=e89a8f3ba93b6cf59d04f8a7e9e2 Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: dmitry@zend.com (Dmitry Stogov) --e89a8f3ba93b6cf59d04f8a7e9e2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, May 5, 2014 at 6:07 PM, Kevin Ingwersen wrote: > Hey! > > This sounds like an amazing bit of updatng! :) I am very much looking > forward to the new release of PHP. But, there is soemthing I do not > understand. > > I know that Zend is the current underlying VM, and further, this is not > actual work by the PHP team=E2=80=A6am I right? > Further, will phpng replace the vm, or even more parts? I wouldn't talk about replacement. It's the same PHP with the evoluted Zend Engine (even the less significant change than moving from PHP-4 to PHP-5). > Will it still need components like TSRM? > yes. > I am just asking, as I have been working with PHP within embedded > aplications for a while now (currently working on porting autoconf to > cDetect). If parts of the source tree structure changed, I would need to > refactor the building part as well. > > Also, I am currently running a rather small but active community. To test > phpng, I was thinking about silently injecting it thru the cgi script, to > see how the performance owuld change. Does phpng have any effects on > currently existing extensions (PDO, memcached)? > yes. All the extensions need to be "ported" to support phpng. Thanks. Dmitry. --e89a8f3ba93b6cf59d04f8a7e9e2--