Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57256 invoked from network); 5 Sep 2011 09:34:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2011 09:34:59 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:57197] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/64-38563-1C7946E4 for ; Mon, 05 Sep 2011 05:34:58 -0400 Received: by gxk27 with SMTP id 27so3429468gxk.29 for ; Mon, 05 Sep 2011 02:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=6Ec8bv/mQwYJ+g1WVIzHEQs+pcePtMowQDziTFIZ56s=; b=nQdKy8Om/o6M8zRxQbEGzdAcAtkFv8zltM9Gj4nrUyvndsZGPSjZAs78qMZDm3XmPj IHnNBsoA+YLFS7GNDq8mkXGcPgb5fsQdobuDPC2xnX8mqiOLbza7rDIOHfzQRwe1CSXv dJOal4yrJPFeE7c7PKoHEbF3y0+5x3GBsU42E= MIME-Version: 1.0 Received: by 10.236.165.71 with SMTP id d47mr16847970yhl.15.1315215294949; Mon, 05 Sep 2011 02:34:54 -0700 (PDT) Received: by 10.147.35.13 with HTTP; Mon, 5 Sep 2011 02:34:54 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Sep 2011 11:34:54 +0200 Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] sapi/cli/tests/020.php From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Sep 4, 2011 at 18:44, Ferenc Kovacs wrote: > Hi. > > the test mentioned in the subject fails on the current trunk. > it seems that > > Dynamic Library Support =3D> enabled > Path to sendmail =3D> =C2=A0-t -i > > is now missing of the output of php -n --ri standard > I've checked and with the current trunk, it is missing from even php > -i(aka phpinfo) > I think that this change isn't intentional, could somebody take a look? Nice catch. Its caused by the new "submodule" registration in trunk (http://svn.php.net/viewvc/?view=3Drevision&revision=3D311748) Fixed in svn now -Hannes