Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70009 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92903 invoked from network); 5 Nov 2013 06:47:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2013 06:47:57 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.176 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:35393] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/AD-04169-B9498725 for ; Tue, 05 Nov 2013 01:47:56 -0500 Received: by mail-we0-f176.google.com with SMTP id w62so3009289wes.21 for ; Mon, 04 Nov 2013 22:47:52 -0800 (PST) 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=upUFLOz3OZTYXvuyTE5HMYymhnGi3n3gAZnibTX6WmE=; b=SOyRAirf0zsZt4IxPFRkc6giQ/8wSnyJgTovUi6z9+MGJGSpl9oFXl93Qz/J4RNVE7 xLTS6qTAiYlWx6NwTHMJxi9NNilFRsnXMI24q16Kb69HeuxgKWBKTzjxN02mDEwWl+LS NqLD0gIFt2nQuOGR8uR3SANaa2NKQyeBsbUuenkZ607dvXTL315H2eCoZ0UrtDz35P0N VbOjpYy8DEPhua4rl3fLZePbI6Wp79WWulkVzqSgGLsPQ8PMakG4k7AxeEf1Eu3o0nzk Ak0+vjSTqEp/5D3tj9ERIwu75c+tFrXyz2ToMtmELESgCtdIx2VUugd/GOPo9zAA29wA 1pfw== X-Gm-Message-State: ALoCoQl1dZkPBdopGvxn9mEZ6nBXRL8F2TfWBsItvXEOoOMsSC0KcW+DLIPe7emAA8IYMz6Kdj3kRCHr4huZeNRkospbYWSNSweniYZIP6OJ5OU8w6AnhU7uIilMkR9XY/1CeWJ3u92L MIME-Version: 1.0 X-Received: by 10.180.198.79 with SMTP id ja15mr15150675wic.36.1383634072730; Mon, 04 Nov 2013 22:47:52 -0800 (PST) Received: by 10.227.214.144 with HTTP; Mon, 4 Nov 2013 22:47:52 -0800 (PST) In-Reply-To: <5e668c8603798c3187d78c36c9687fbb.squirrel@webmail.klapt.com> References: <63d89379efdd7f2ba0bcf0b62d5025af.squirrel@webmail.klapt.com> <7c830ad80d33e82eb5f1553d03a44c6d.squirrel@webmail.klapt.com> <1383099923.15492.36.camel@ghost> <5e668c8603798c3187d78c36c9687fbb.squirrel@webmail.klapt.com> Date: Tue, 5 Nov 2013 10:47:52 +0400 Message-ID: To: Anatol Belski Cc: Pierre Joye , PHP Internals , Andi Gutmans , Zeev Suraski , Xinchen Hui Content-Type: multipart/alternative; boundary=047d7b6242526796fa04ea6869f0 Subject: Re: [PHP-DEV] Re: Fix for bug #50333 From: dmitry@zend.com (Dmitry Stogov) --047d7b6242526796fa04ea6869f0 Content-Type: text/plain; charset=UTF-8 Hi Anatol, I don't see any technical problems with the patch. Thanks. Dmitry. On Sat, Nov 2, 2013 at 4:45 PM, Anatol Belski wrote: > Hi Dmitry, > > On Wed, October 30, 2013 13:00, Dmitry Stogov wrote: > > Hi Anatol, > > > > > > I've posted few comments at > https://github.com/php/php-src/pull/500/files > > Otherwise, the patch looks fine. > > I think it may be accepted even if it doesn't make visible improvement. > > Of course, when the small issues described in comment are fixed. > > > > > > There were also a minor merging conflict in ext/opcache/ZendAccelerator.c > > (it's not a problem at all). > > > > > > I hope you testd ZTS PHP with patch well, because I mainly care about > > non-ZTS builds. > > > > Thanks. Dmitry. > > > > I've fixed the patch according to your last comments. Just a note about > virtual_cwd_activate() being called twice. That is needed for the threaded > environment, once for SAPI startup and then per request in > zend_activate(), as that calls belong to different threads. > > The performance has at least no regressions, here's the report > > > http://windows.php.net/downloads/snaps/ostc/pftt/perf/results-20131101-MasterVanilla-Master50333Patch2-2742.html > > The functional tests have also no regressions from recent master. > > Regards > > Anatol > > --047d7b6242526796fa04ea6869f0--