Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68584 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43895 invoked from network); 20 Aug 2013 16:17:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2013 16:17:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=ellison.terry@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ellison.terry@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: ellison.terry@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:54305] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/CD-11927-6A693125 for ; Tue, 20 Aug 2013 12:17:43 -0400 Received: by mail-wi0-f174.google.com with SMTP id j17so4548159wiw.13 for ; Tue, 20 Aug 2013 09:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=R/V7dUB9UZyaiQ4sB0mN8fhr5KDyvd1EIF0EAqSTwPs=; b=EghnLi6JEXvINNhlK0WbX7CO7o9LaGMnPFeglVnI8R1HO8vFHu0PkboV18+1xgsy4A nclF/YSuu0xT2J0TZ/ZdELXIMZCtqTsI0KLyEesXRSdxoByu+AnYYmIJSVYiGPCOg688 nSQZVI6AO3fGoUqL2m2dvTCq1y+n95eVtZd/gSa5xq6IymnDftuoqXlMKM7G6sLi73jS +Jybq8TO1oHTFRywGpZfOCeBfEH2XOI2A3dxav0b5xlpS1M9PILPgUpzEoMaliMEyxgx +Y+PZ/OVY70IPOK+JkE5DoR2FxUbwbq/Ujb77BOOuNBFz/vIfe0OliHQQNrbM7M17bqP f/fg== X-Received: by 10.194.87.36 with SMTP id u4mr993866wjz.64.1377015459982; Tue, 20 Aug 2013 09:17:39 -0700 (PDT) Received: from [192.168.1.66] (host86-134-48-64.range86-134.btcentralplus.com. [86.134.48.64]) by mx.google.com with ESMTPSA id dt17sm25039531wic.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 20 Aug 2013 09:17:39 -0700 (PDT) Message-ID: <521396A2.7040605@gmail.com> Date: Tue, 20 Aug 2013 17:17:38 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: "internals@lists.php.net" References: <5212423A.4000801@gmail.com> <1376941908.4056.42.camel@guybrush> <52138C87.5060705@gmail.com> <1377013818.4056.95.camel@guybrush> In-Reply-To: <1377013818.4056.95.camel@guybrush> Content-Type: multipart/alternative; boundary="------------030500060702000307030903" Subject: Re: [PHP-DEV] Which OSs and SAPI should PHP 5.6 support? From: ellison.terry@gmail.com (Terry Ellison) --------------030500060702000307030903 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 20/08/13 16:50, Johannes Schlüter wrote: > Terry Ellison wrote: >> PHP (unlike some language alternatives) seems to be doing little to >> improve general performance, and the discussions related to >> performance on this DL are almost non-existent. > Looking at any benchmark from 5.2 to 5.3 to 5.4 and 5.5 shows notable > improvements (5.4 to 5.5 maybe not as much as the others) saying we do > little is a bit misleading. > > But well, it is simpler to do these syntax sugar things we're > bikeshedding about than doing actual core improvements. We have just > very few people fully understanding the engine and being able to improve > it. So such discussions gain no traction. I apologise if this sounded as unreasonably critical, as this wasn't my intent. As it happens, my particular interest is in PHP performance and I've got a good understanding of the Zend Engine and opcache, but trying to work out how I can contribute effectively to this is difficult for me given this lack of traction. I also know that Dmitry and you guys made some fundamental improvements to the 5.4 engine that significantly dropped the op_array sizing and lead to perhaps an overall 5-15% performance improvement. I discussed this in some depth on my OPcache documentation on this page: https://github.com/TerryE/opcache/wiki/The-Zend-Engine-and-opcode-caching#wiki-Comments_on_Zend_engine_performance However, I don't think that this is appreciated in the wider PHP community (for example I can't recall it ever being discussed or emphasised on StackOverflow). I feel that it got lost in the reaction to APC not working reliably with the early 5.4 dot releases. Regards Terry --------------030500060702000307030903--