Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80970 invoked from network); 24 Aug 2016 14:58:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2016 14:58:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=dave@mudsite.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dave+php@mudsite.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain mudsite.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: dave@mudsite.com X-Host-Fingerprint: 209.85.217.171 mail-ua0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:33436] helo=mail-ua0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/F7-10212-826BDB75 for ; Wed, 24 Aug 2016 10:58:48 -0400 Received: by mail-ua0-f171.google.com with SMTP id 74so32792214uau.0 for ; Wed, 24 Aug 2016 07:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mudsite-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=AxpLOfUPJjySh5e7UIm4MVLp5qOSztP0opO1+xPztmQ=; b=Zcd/sspwhqWqtVztcQKlQV2AnoWKr6vtHIrFVZtkaNt20IjJCzpIYWh5Uxwy/V5OhM 5EX9Zxbh97Bw5NgFLFFIw6Ye8Phn+pQFflZ0a5L3NxzHSzRTDmhrVgrIXmhISQvMHHUH w4YKW9BteiMlrIBemQ47toisYoSVOP6OtnxHbWv2xUrAQ707rkbdCCQ07hyDvEsim8nb SgAbvtEps2AAp2H9lyFtmU4pY8DxkOgpynPBG7mieWFVnDwiDCXnoOj4MwJi9VsNyFsC xDQputzOiKLLwO70M0dpYzVxwRMjcetDG6TdqCKFSYJsDkI52z+ZsWGOsHrctQ7MOVox LN8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=AxpLOfUPJjySh5e7UIm4MVLp5qOSztP0opO1+xPztmQ=; b=Oyaf6ESc3WBV+jhNDouN3AIdo3CA4sS12MUOc5wmXkhOQHkNJdHN+nuxb3Jr+7gvD7 Ga0tbDcq6fHHhk+6jFn7ROGVreehVqDcpAdy13a5So0ZrPPl53EvoMiMGch39T6sUsPn udQcLm/wzJBmayTDOteT+uWTzQ6suS71GSqLH1MTPjZZPTT7yzJnuRukwkVID28dGJUr RZpv+WOa7Yf4YLIoVKKBTn9NvDmiuff0y1shqmU7bUl6SJTnBPgYLoPVi4w4D4D7RxsV NY4MeM/A3l3jsiomga8/y/GDLfmP/r7xQLls1P0QfWzgNzRgNpMnT1cyVRvvB1+Bi2e3 vBEA== X-Gm-Message-State: AEkoouuvdc14YbPP3FcSKQJh0iQ6yksLJv22cTQ9zx5T8xHH00N08S550Q2nQbp2UDBGPIYbba5uaGahE3aiuQ== X-Received: by 10.31.85.196 with SMTP id j187mr1931059vkb.12.1472050725484; Wed, 24 Aug 2016 07:58:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 24 Aug 2016 14:58:34 +0000 Message-ID: To: "Pascal MARTIN, AFUP" , internals@lists.php.net Content-Type: multipart/alternative; boundary=001a114e51d6959516053ad28446 Subject: Re: [PHP-DEV] [RFC][VOTE] E_WARNING on invalid container read-adccess From: dave+php@mudsite.com (David Walker) --001a114e51d6959516053ad28446 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Internals, My original time for vote ending was yesterday, however Yasuo requested I provide some benchmarking stats to see performance impact. I apologize I wasn't able to provide the information sooner, I was off getting married. I'd like to extend the vote through Sunday evening in the event anyone had reservations based on potential performance impact. The RFC is currently sitting 15-0 in favor. (added to RFC) Execution Time (DualCore 3ghz; 2g ram) * Current Master : ~0.09s (~489k operations) * Current Master w/RFC Displaying Warnings: ~33.25s * Current Master w/RFC Hiding Warnings: ~0.82s (~4.091m operations) We can see there is a significant increase in operations on huge loads. However, I wouldn't suspect 1m of these errors per request almost ever. So, yes there is; but I'd call it useful information overhead. -- Dave On Tue, Aug 23, 2016 at 12:50 PM Pascal MARTIN, AFUP < mailing@pascal-martin.fr> wrote: > Le 16/08/2016 =C3=A0 17:55, David Walker a =C3=A9crit : > > I'd like to go ahead and open up the RFC to voting to the scope > > that it is written. > > Hi, > > At AFUP, we would be +1 on this RFC. > > Basically: it could/will help detect problems, and the behavior change > should not cause too many bc-breaks (actually, when it does cause some, > it'll - probably - mostly be by detecting problems/bugs). > > Thanks for your work on this! > > -- > Pascal MARTIN, AFUP - French UG > http://php-internals.afup.org/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a114e51d6959516053ad28446--