Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79245 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41665 invoked from network); 27 Nov 2014 19:42:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2014 19:42:45 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.174 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.174 mail-vc0-f174.google.com Received: from [209.85.220.174] ([209.85.220.174:53806] helo=mail-vc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/58-27910-2BE77745 for ; Thu, 27 Nov 2014 14:42:44 -0500 Received: by mail-vc0-f174.google.com with SMTP id id10so2441822vcb.33 for ; Thu, 27 Nov 2014 11:42:40 -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=2aRbBmWPOxeq3fikyclE2rGP3ZJ29F+VWzW7n9L8+jY=; b=git6XV5vWl/0J/cgLzm3RTR3r0p78MJWDiO7Sx33FjcyKyB5SEx/YQUK12D1MaehVk U9jKobjvFqFiFhi174XaOG4hEOOqB2vnHTtjlFmjJi0HZIl7F4voNSTuLPRTJI4ebJrZ o5fEK4WWeAzTC2w6XZ+7Kkc0tEnXtpwJRsVwjwv8d41OpjzCwROx7f1u+2K8nYLQW6UL WjzbBIcptFUCdfuNQxMy7YcgZX5BpLrnMERHeqOwuhfqgwcddZCklyCY/sf8+po8yRER Tf8RyHYwFgJ4SHky6Fo5YKDfoXHCGFgoc1wIIS2zbwWVendsGlOC/jGaqEORPu+/CYp+ wCuQ== X-Gm-Message-State: ALoCoQmbA1FPP4vq/y9jvd9JqMjxY/P6BkzPCxU9O/78QxTLFaZ2ygmGhXG4/n/mP2lb4bAhS1Nbcu7OShgRzGKE43PlinopAPJGhgQMEASIEae+ZESfvikk2hOiBTbG3WiJWOBxoQxHIoTWixbYEfUEIqa266akCw== MIME-Version: 1.0 X-Received: by 10.52.246.7 with SMTP id xs7mr11491671vdc.5.1417117360369; Thu, 27 Nov 2014 11:42:40 -0800 (PST) Received: by 10.52.176.231 with HTTP; Thu, 27 Nov 2014 11:42:40 -0800 (PST) In-Reply-To: <547768EB.3050506@beccati.com> References: <547768EB.3050506@beccati.com> Date: Thu, 27 Nov 2014 23:42:40 +0400 Message-ID: To: Matteo Beccati Cc: Nikita Popov , Xinchen Hui , PHP Internals Content-Type: multipart/alternative; boundary=001a1135fa5adec7d80508dc583b Subject: Re: [PHP-DEV] EX(scope) removing From: dmitry@zend.com (Dmitry Stogov) --001a1135fa5adec7d80508dc583b Content-Type: text/plain; charset=UTF-8 Thanks. Probably, I'll commit it tomorrow. Dmitry. On Thu, Nov 27, 2014 at 9:09 PM, Matteo Beccati wrote: > Hi Dmitry, > > On 27/11/2014 18:27, Dmitry Stogov wrote: > >> Could you please take a look into the patch that removes EX(scope) >> https://gist.github.com/dstogov/5ad50d582346385d587e >> >> All phpt tests are passed, but I'm not completely sure about one line - >> https://gist.github.com/dstogov/5ad50d582346385d587e# >> file-ex_scope-05-diff-L193 >> >> On the other hand I can't imagine what it may break. >> >> Matteo, can you please run your test suites with this patch. >> > > Done. No regressions found for: > > * run-tests > * Revive Adserver + MySQL & Postgres > * PHPUnit > * phpspec > * Doctrine2 + SQLite & Postgres > > > Cheers > -- > Matteo Beccati > > Development & Consulting - http://www.beccati.com/ > --001a1135fa5adec7d80508dc583b--