Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51453 invoked from network); 13 May 2008 12:54:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2008 12:54:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.178 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.146.178 wa-out-1112.google.com Received: from [209.85.146.178] ([209.85.146.178:59266] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/A1-56987-96F89284 for ; Tue, 13 May 2008 08:54:03 -0400 Received: by wa-out-1112.google.com with SMTP id v27so4044974wah.17 for ; Tue, 13 May 2008 05:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=D+21CnthTkbWEtRkb8LyIzq+8FtlYOcryHufMWH8x1g=; b=lT21WKBDoDJJDmCODAzIyMj9PepbsyRBAoPBeoHcfaBJ0pLwVlJK+wDD95pycSiVWATdXl6zkyKzxTJWN3t6e2EJB0lTYi784CUbBwwtpl/vHx+KL4pnnoHAEHJturfE9aNVuVqVoqOsSUCrMVPp1LWFZY+tmWkKxj7hj/6vD0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HZIjdfBYAXaNPIqfVA/ssy00e6jfN3z2x8mRUpk6wPxVaO6zxyptJtLFlTWe/WbtaWSUS23xtiq1/R71yTNyOEsrsvcBzPMA8moxKwrlLevSEpBOgPNoiEVbgkOLFD0lsbBlNDvWxVA19FaQlrLtG44Sn8dLroj3dDj4minTnWQ= Received: by 10.114.181.1 with SMTP id d1mr9095559waf.171.1210683239546; Tue, 13 May 2008 05:53:59 -0700 (PDT) Received: by 10.115.19.18 with HTTP; Tue, 13 May 2008 05:53:59 -0700 (PDT) Message-ID: <7f3ed2c30805130553q3cf0847cjd93c38c328011d80@mail.gmail.com> Date: Tue, 13 May 2008 14:53:59 +0200 To: "Steph Fox" Cc: "Gregory Beaver" , "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "internals Mailing List" In-Reply-To: <00eb01c8b4f0$8144ce60$4001a8c0@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4828BA83.7050900@chiaraquartet.net> <7f3ed2c30805130034o50cda2dduf648bcef46f77528@mail.gmail.com> <00eb01c8b4f0$8144ce60$4001a8c0@foxbox> Subject: Re: [PHP-DEV] [HEADS UP] pecl/phar is now ext/phar From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Tue, May 13, 2008 at 1:57 PM, Steph Fox wrote: > Hannes, > > > > Are these known failures? > > > > "Guess the configure line"? I can't reproduce this with default settings. './configure' \ '--enable-debug' \ '--with-zend-vm=GOTO' \ '--without-pear' \ '--with-zlib' \ '--with-bz2' \ '--with-openssl' \ '--with-mysql=mysqlnd' \ '--with-mysqli=mysqlnd' \ '--enable-intl' \ '--enable-phar' \ '--with-xsl' \ '--with-curl' \ '--enable-zip' \ and default php.ini. Yes. I did ./cvsclean and obviously ./buildconf Looks like the buildtest-process script (or php.qa.reports) is rejecting the failure report.. probably due to the size of the report -Hannes