Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74790 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19856 invoked from network); 9 Jun 2014 01:41:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2014 01:41:12 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.43 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.43 mail-oa0-f43.google.com Received: from [209.85.219.43] ([209.85.219.43:59894] helo=mail-oa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/A7-12959-6B015935 for ; Sun, 08 Jun 2014 21:41:11 -0400 Received: by mail-oa0-f43.google.com with SMTP id o6so26063oag.16 for ; Sun, 08 Jun 2014 18:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mtUlptbPrsPWMPUI646SqamMoKvTlRQY7nrVaCoocic=; b=q2CYDI36wllIEF4ZavZ79tFe0r4cil9ApFMKvSWARVKKy+MJelKCyw52gOEXMTmF1N 1VXwr3U2bzVxYlfjXpx/F5rjoB6gf9stLKcNzkrD8kkVsjQcsxq4k0ykChS9t3QRJKZP aE7pl1thRsBSEnt8Koo4LgjbDwVvba0mDU/Ih79aRFqwNiOHjbgJaKHlJtnSDZfm38Mz Lg4TlJ2etnsgjhacVNXzRb1q8gGLd/OFulc+0egC8zevVKsnXQX9lcDBqnCpt+7eZFrP Q9q3vFdlOxYbxcCZ8GO9af7m92tePKpk+Jk46pGquox+S+ojlpR2wW6E8o1D0lmQYIbe x8xA== MIME-Version: 1.0 X-Received: by 10.182.27.70 with SMTP id r6mr21749583obg.9.1402278067946; Sun, 08 Jun 2014 18:41:07 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.77.100 with HTTP; Sun, 8 Jun 2014 18:41:07 -0700 (PDT) In-Reply-To: <5394F84E.9040300@sugarcrm.com> References: <5394F84E.9040300@sugarcrm.com> Date: Sun, 8 Jun 2014 19:41:07 -0600 X-Google-Sender-Auth: zJAsgqXNf5UYBT1ThdhvZdU0a68 Message-ID: To: Stas Malyshev Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Can someone with Zend karma please merge PR #674? From: levim@php.net (Levi Morrison) On Sun, Jun 8, 2014 at 5:57 PM, Stas Malyshev wrote: > Hi! > >> https://github.com/php/php-src/pull/674 >> >> It fixes bug 66622: https://bugs.php.net/bug.php?id=66622 >> I've prodded people on #php.pecl and nobody has had any complaints > > Didn't we just has a discussion about it an hour ago? > >> about it, so I don't anticipate any issues; if there is an issue do >> let me know. > > I still don't think we should move the tests around. I've rebased the PR to not change the phpt locations even though I think they are better in a subdirectory. A local `make test` shows nothing has been broken; Travis CI will hopefully confirm the same in a bit.